From: Neil Armstrong Date: Mon, 31 Oct 2016 16:44:41 +0000 (+0100) Subject: ARM64: dts: meson-gxl: Add clock nodes X-Git-Tag: v4.10-rc1~81^2~14^2~10 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=973fbd55b53c3e6bd7e2286a809cb3780e08b95f;p=linux.git ARM64: dts: meson-gxl: Add clock nodes Add clock node for Amlogic Meson GXL. The GXBB compatible is retained since the GXBB clock tree is used for now. Signed-off-by: Neil Armstrong Signed-off-by: Kevin Hilman --- diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi index 8ddb6868ea1d..79587c24d433 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxl.dtsi @@ -42,6 +42,7 @@ */ #include "meson-gx.dtsi" +#include #include / { @@ -214,3 +215,11 @@ mux { }; }; }; + +&hiubus { + clkc: clock-controller@0 { + compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc"; + #clock-cells = <1>; + reg = <0x0 0x0 0x0 0x3db>; + }; +};