diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2025-02-10 10:31:15 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2025-02-12 23:56:31 +0100 |
commit | 9c1b4ba8c66d28c79ac80baaffb9fd07ef76f66f (patch) | |
tree | 84c76c48c3504bd6edfa54d7dd22d44771c3007b | |
parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) |
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
-rw-r--r-- | arch/arm/boot/dts/intel/ixp/intel-ixp4xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/intel/ixp/intel-ixp4xx.dtsi b/arch/arm/boot/dts/intel/ixp/intel-ixp4xx.dtsi index 51a716c59669..0adeccabd4fe 100644 --- a/arch/arm/boot/dts/intel/ixp/intel-ixp4xx.dtsi +++ b/arch/arm/boot/dts/intel/ixp/intel-ixp4xx.dtsi @@ -193,10 +193,10 @@ 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>; }; }; }; |