mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
ARM: dts: Properly assign NPE to ethA
The way to assign NPE (network processing engines) shifted during device tree design and an erroneous entry was left behind in a disabled node. Fix it up. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/20250210-ixp4xx-dts-v1-1-6b752d745e04@linaro.org
This commit is contained in:
parent
2014c95afe
commit
9c1b4ba8c6
|
|
@ -193,10 +193,10 @@ ethernet@c800c000 {
|
|||
compatible = "intel,ixp4xx-ethernet";
|
||||
reg = <0xc800c000 0x1000>;
|
||||
status = "disabled";
|
||||
intel,npe = <0>;
|
||||
/* Dummy values that depend on firmware */
|
||||
queue-rx = <&qmgr 0>;
|
||||
queue-txready = <&qmgr 0>;
|
||||
intel,npe-handle = <&npe 0>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user