]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: uniphier: add clock-names and reset-names to ethernet node
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Tue, 24 Apr 2018 04:47:01 +0000 (13:47 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 24 Apr 2018 15:21:10 +0000 (00:21 +0900)
Add clock-names and reset-names because this node recognizes multiple
clocks and resets.  ("ether", and so on, for each)

Suggested-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm64/boot/dts/socionext/uniphier-ld11.dtsi
arch/arm64/boot/dts/socionext/uniphier-ld20.dtsi
arch/arm64/boot/dts/socionext/uniphier-pxs3.dtsi

index e62bda1cf2d9db9b7058a2ab48529508417b92e4..540e012e16d76928f210ecfa533c26610cf1bd6d 100644 (file)
@@ -549,7 +549,9 @@ eth: ethernet@65000000 {
                        status = "disabled";
                        reg = <0x65000000 0x8500>;
                        interrupts = <0 66 4>;
+                       clock-names = "ether";
                        clocks = <&sys_clk 6>;
+                       reset-names = "ether";
                        resets = <&sys_rst 6>;
                        phy-mode = "rmii";
                        local-mac-address = [00 00 00 00 00 00];
index 9efe20d075890ee24638bfa125040e17ac8034cd..845b407b48da0418e7a9ff72cc4b748b91524a22 100644 (file)
@@ -604,7 +604,9 @@ eth: ethernet@65000000 {
                        interrupts = <0 66 4>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_ether_rgmii>;
+                       clock-names = "ether";
                        clocks = <&sys_clk 6>;
+                       reset-names = "ether";
                        resets = <&sys_rst 6>;
                        phy-mode = "rgmii";
                        local-mac-address = [00 00 00 00 00 00];
index 7c8f710d9bfa11fb3f9a3432c6e16cb4e18ef06c..4ff043eaece5ef631d2b49d49ab6ab5c3e708b45 100644 (file)
@@ -412,7 +412,9 @@ eth0: ethernet@65000000 {
                        interrupts = <0 66 4>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_ether_rgmii>;
+                       clock-names = "ether";
                        clocks = <&sys_clk 6>;
+                       reset-names = "ether";
                        resets = <&sys_rst 6>;
                        phy-mode = "rgmii";
                        local-mac-address = [00 00 00 00 00 00];
@@ -430,7 +432,9 @@ eth1: ethernet@65200000 {
                        interrupts = <0 67 4>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_ether1_rgmii>;
+                       clock-names = "ether";
                        clocks = <&sys_clk 7>;
+                       reset-names = "ether";
                        resets = <&sys_rst 7>;
                        phy-mode = "rgmii";
                        local-mac-address = [00 00 00 00 00 00];