From: Kunihiko Hayashi Date: Fri, 11 May 2018 09:49:15 +0000 (+0900) Subject: ARM: dts: uniphier: add required clocks and resets to Pro4 ethernet node X-Git-Tag: v2018.07-rc1~127^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28cd3d292917ea24d9b03c9976770c299f8ab9d9;p=platform%2Fkernel%2Fu-boot.git ARM: dts: uniphier: add required clocks and resets to Pro4 ethernet node The GIO clock/reset, another MAC clock, and the PHY clock are required for the ethernet of Pro4 SoC. Signed-off-by: Kunihiko Hayashi Signed-off-by: Masahiro Yamada --- diff --git a/arch/arm/dts/uniphier-pro4.dtsi b/arch/arm/dts/uniphier-pro4.dtsi index 041e451..e990aed 100644 --- a/arch/arm/dts/uniphier-pro4.dtsi +++ b/arch/arm/dts/uniphier-pro4.dtsi @@ -427,8 +427,9 @@ interrupts = <0 66 4>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_ether_rgmii>; - clocks = <&sys_clk 6>; - resets = <&sys_rst 6>; + clocks = <&sys_clk 12>, <&sys_clk 6>, <&sys_clk 7>, + <&sys_clk 10>; + resets = <&sys_rst 12>, <&sys_rst 6>; phy-mode = "rgmii"; local-mac-address = [00 00 00 00 00 00]; socionext,syscon-phy-mode = <&soc_glue 0>;