mirror of https://gitee.com/openkylin/linux.git
ARM: shmobile: ape6evm dts: Move Ethernet node to BSC
Move the Ethernet node from the ad-hoc lbsc node to the BSC node, as its connected to the Bus State Controller. This allows the system to know the right position of the Ethernet node in the clock and PM domain hierarchy, and manage the clock and PM domain appropriately. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com> Acked-by: Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
271b3ad261
commit
a656c60388
|
@ -72,26 +72,6 @@ ape6evm_fixed_3v3: regulator@3 {
|
||||||
regulator-always-on;
|
regulator-always-on;
|
||||||
};
|
};
|
||||||
|
|
||||||
lbsc {
|
|
||||||
compatible = "simple-bus";
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <1>;
|
|
||||||
ranges = <0 0 0 0x20000000>;
|
|
||||||
|
|
||||||
ethernet@8000000 {
|
|
||||||
compatible = "smsc,lan9220", "smsc,lan9115";
|
|
||||||
reg = <0x08000000 0x1000>;
|
|
||||||
interrupt-parent = <&irqc1>;
|
|
||||||
interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
phy-mode = "mii";
|
|
||||||
reg-io-width = <4>;
|
|
||||||
smsc,irq-active-high;
|
|
||||||
smsc,irq-push-pull;
|
|
||||||
vdd33a-supply = <&ape6evm_fixed_3v3>;
|
|
||||||
vddvario-supply = <&ape6evm_fixed_1v8>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
leds {
|
leds {
|
||||||
compatible = "gpio-leds";
|
compatible = "gpio-leds";
|
||||||
led1 {
|
led1 {
|
||||||
|
@ -184,6 +164,21 @@ &cpu0 {
|
||||||
voltage-tolerance = <1>; /* 1% */
|
voltage-tolerance = <1>; /* 1% */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&bsc {
|
||||||
|
ethernet@8000000 {
|
||||||
|
compatible = "smsc,lan9220", "smsc,lan9115";
|
||||||
|
reg = <0x08000000 0x1000>;
|
||||||
|
interrupt-parent = <&irqc1>;
|
||||||
|
interrupts = <8 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
phy-mode = "mii";
|
||||||
|
reg-io-width = <4>;
|
||||||
|
smsc,irq-active-high;
|
||||||
|
smsc,irq-push-pull;
|
||||||
|
vdd33a-supply = <&ape6evm_fixed_3v3>;
|
||||||
|
vddvario-supply = <&ape6evm_fixed_1v8>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&cmt1 {
|
&cmt1 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue