]> Git Repo - J-linux.git/commitdiff
arm64: dts: imx8mp: Remove 'snps,rx-sched-sp'
authorFabio Estevam <[email protected]>
Mon, 1 Jul 2024 20:54:58 +0000 (17:54 -0300)
committerShawn Guo <[email protected]>
Tue, 2 Jul 2024 04:14:43 +0000 (12:14 +0800)
According to nxp,dwmac-imx.yaml, 'snps,rx-sched-sp' is not a valid
property.

Remove it from the imx8mp board devicetree files to avoid
dt-schema warnings:

... 'snps,tx-sched-sp' does not match any of the regexes

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
arch/arm64/boot/dts/freescale/imx8mp-beacon-som.dtsi
arch/arm64/boot/dts/freescale/imx8mp-evk.dts
arch/arm64/boot/dts/freescale/imx8mp-verdin.dtsi

index 8be251b6937891bfbd38ebdb14f38f4bbdb87b26..15f7ab58db36cca562ab18ef249cc7219f17331b 100644 (file)
@@ -71,7 +71,6 @@
 
        mtl_rx_setup: rx-queues-config {
                snps,rx-queues-to-use = <5>;
-               snps,rx-sched-sp;
 
                queue0 {
                        snps,dcb-algorithm;
 
        mtl_tx_setup: tx-queues-config {
                snps,tx-queues-to-use = <5>;
-               snps,tx-sched-sp;
 
                queue0 {
                        snps,dcb-algorithm;
index a64e8a6c830d3b5db9b3cda7a8e5c98ce3f4ba87..938347704136ac583258e8ed08ae48d41dfe20a9 100644 (file)
 
        mtl_tx_setup: tx-queues-config {
                snps,tx-queues-to-use = <5>;
-               snps,tx-sched-sp;
 
                queue0 {
                        snps,dcb-algorithm;
index c96e74684e03e85ac8ac27976d902e1290f29b7a..d23a3942174d8aaad152b17f5da80fa057ceb1ce 100644 (file)
 
        mtl_rx_setup: rx-queues-config {
                snps,rx-queues-to-use = <5>;
-               snps,rx-sched-sp;
 
                queue0 {
                        snps,dcb-algorithm;
 
        mtl_tx_setup: tx-queues-config {
                snps,tx-queues-to-use = <5>;
-               snps,tx-sched-sp;
 
                queue0 {
                        snps,dcb-algorithm;
This page took 0.066176 seconds and 4 git commands to generate.