mirror of https://gitee.com/openkylin/linux.git
mvebu dt for 4.8 (part 1)
Fix dts for the clearfog board (Armada 388 SoC based) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEABECAAYFAleKEUcACgkQCwYYjhRyO9UjkgCfQwpZXTOGR/vr8q6YKrCL/E9k E34AnRDVoEwPR9+dIT5K+jnJVYDZi+rM =JT1u -----END PGP SIGNATURE----- Merge tag 'mvebu-dt-4.8-1' of git://git.infradead.org/linux-mvebu into next/dt Merge "mvebu dt for 4.8 (part 1)" from Gregory CLEMENT: Fix dts for the clearfog board (Armada 388 SoC based) * tag 'mvebu-dt-4.8-1' of git://git.infradead.org/linux-mvebu: ARM: dts: armada-388-clearfog: remove duplicate mdio entry
This commit is contained in:
commit
1b2d8b94c8
|
@ -239,22 +239,6 @@ i2c@11100 {
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
mdio@72004 {
|
||||
pinctrl-0 = <&mdio_pins>;
|
||||
pinctrl-names = "default";
|
||||
|
||||
phy_dedicated: ethernet-phy@0 {
|
||||
/*
|
||||
* Annoyingly, the marvell phy driver
|
||||
* configures the LED register, rather
|
||||
* than preserving reset-loaded setting.
|
||||
* We undo that rubbish here.
|
||||
*/
|
||||
marvell,reg-init = <3 16 0 0x101e>;
|
||||
reg = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
pinctrl@18000 {
|
||||
clearfog_dsa0_clk_pins: clearfog-dsa0-clk-pins {
|
||||
marvell,pins = "mpp46";
|
||||
|
|
Loading…
Reference in New Issue