Skip to content

Commit

Permalink
ARM: dts: samsung: s5pv210-smdkv210: correct ethernet reg addresses (…
Browse files Browse the repository at this point in the history
…split)

[ Upstream commit 982655c ]

The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Fixes: b672b27 ("ARM: dts: Add Device tree for s5pc110/s5pv210 boards")
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230713152926.82884-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
krzk authored and gregkh committed Sep 13, 2023
1 parent 9a91a54 commit 1a73147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/s5pv210-smdkv210.dts
Expand Up @@ -41,7 +41,7 @@

ethernet@a8000000 {
compatible = "davicom,dm9000";
reg = <0xA8000000 0x2 0xA8000002 0x2>;
reg = <0xa8000000 0x2>, <0xa8000002 0x2>;
interrupt-parent = <&gph1>;
interrupts = <1 IRQ_TYPE_LEVEL_HIGH>;
local-mac-address = [00 00 de ad be ef];
Expand Down

0 comments on commit 1a73147

Please sign in to comment.