X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=target%2Flinux%2Fath79%2Fdts%2Fath79.dtsi;h=a57c58659f1e14d54e47e6187e7011bd2eb9c183;hb=59c2f8af8c4400baffb09d6f8ab4d2826e38726a;hp=baf348207e54389d5655e965a546946f367e407f;hpb=66c8afd115f4d03fefc0e650b90dd922487cc50f;p=oweals%2Fopenwrt.git diff --git a/target/linux/ath79/dts/ath79.dtsi b/target/linux/ath79/dts/ath79.dtsi index baf348207e..a57c58659f 100644 --- a/target/linux/ath79/dts/ath79.dtsi +++ b/target/linux/ath79/dts/ath79.dtsi @@ -43,7 +43,7 @@ eth0: eth@19000000 { status = "disabled"; - compatible = "qca,ath79-eth", "syscon"; + compatible = "qca,ath79-eth", "syscon", "simple-mfd"; reg = <0x19000000 0x200>; interrupts = <4>; @@ -52,6 +52,10 @@ mdio0: mdio-bus { status = "disabled"; + compatible = "qca,ath79-mdio"; + #address-cells = <1>; + #size-cells = <0>; + regmap = <ð0>; clocks = <&pll ATH79_CLK_MDIO>; @@ -62,7 +66,7 @@ eth1: eth@1a000000 { status = "disabled"; - compatible = "qca,ath79-eth", "syscon"; + compatible = "qca,ath79-eth", "syscon", "simple-mfd"; reg = <0x1a000000 0x200>; interrupts = <5>; @@ -71,6 +75,10 @@ mdio1: mdio-bus { status = "disabled"; + compatible = "qca,ath79-mdio"; + #address-cells = <1>; + #size-cells = <0>; + regmap = <ð1>; clocks = <&pll ATH79_CLK_MDIO>;