From: Yixun Lan Date: Fri, 15 Dec 2017 14:17:41 +0000 (+0800) Subject: arm64: dts: meson-axg: switch uart_ao clock to CLK81 X-Git-Tag: v4.16-rc1~100^2~17^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=06b7a631878a71439235aa45b531c0e7b81241a7;p=users%2Fjedix%2Flinux-maple.git arm64: dts: meson-axg: switch uart_ao clock to CLK81 Switch the uart_ao pclk to CLK81 since the clock driver is ready. Signed-off-by: Yixun Lan Reviewed-by: Neil Armstrong Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index d288d4724ae36..e2b8a9c8bf0bc 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -7,6 +7,7 @@ #include #include #include +#include / { compatible = "amlogic,meson-axg"; @@ -361,7 +362,7 @@ compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart"; reg = <0x0 0x3000 0x0 0x18>; interrupts = ; - clocks = <&xtal>, <&xtal>, <&xtal>; + clocks = <&xtal>, <&clkc CLKID_CLK81>, <&xtal>; clock-names = "xtal", "pclk", "baud"; status = "disabled"; }; @@ -370,7 +371,7 @@ compatible = "amlogic,meson-gx-uart", "amlogic,meson-ao-uart"; reg = <0x0 0x4000 0x0 0x18>; interrupts = ; - clocks = <&xtal>, <&xtal>, <&xtal>; + clocks = <&xtal>, <&clkc CLKID_CLK81>, <&xtal>; clock-names = "xtal", "pclk", "baud"; status = "disabled"; };