Skip to content

Commit

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

The davicom,dm9000 Ethernet Controller accepts two reg addresses.

Fixes: a43736d ("ARM: dts: Add dts file for S3C6410-based Mini6410 board")
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20230713152926.82884-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
  • Loading branch information
Krzysztof Kozlowski committed Jul 19, 2023
1 parent b3f3fc3 commit cf0cb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/samsung/s3c6410-mini6410.dts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

ethernet@18000000 {
compatible = "davicom,dm9000";
reg = <0x18000000 0x2 0x18000004 0x2>;
reg = <0x18000000 0x2>, <0x18000004 0x2>;
interrupt-parent = <&gpn>;
interrupts = <7 IRQ_TYPE_LEVEL_HIGH>;
davicom,no-eeprom;
Expand Down

0 comments on commit cf0cb2a

Please sign in to comment.