mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
ARM: dts: imx1-apf9328: correct ethernet reg addresses (split)
The davicom,dm9000 Ethernet Controller accepts two reg addresses. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8cf71125e1
commit
0d0e727f7e
|
|
@ -58,10 +58,8 @@ eth: eth@4,c00000 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_eth>;
|
||||
compatible = "davicom,dm9000";
|
||||
reg = <
|
||||
4 0x00c00000 0x2
|
||||
4 0x00c00002 0x2
|
||||
>;
|
||||
reg = <4 0x00c00000 0x2>,
|
||||
<4 0x00c00002 0x2>;
|
||||
interrupt-parent = <&gpio2>;
|
||||
interrupts = <14 IRQ_TYPE_LEVEL_LOW>;
|
||||
fsl,weim-cs-timing = <0x0000c700 0x19190d01>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user