diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-12-03 18:16:40 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-12-05 02:04:39 +0100 |
commit | 16361ff23e20d2f967456fab9971152331b65117 (patch) | |
tree | b9f3d7ad2a23628e6562b23946585f106508ed43 /arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | |
parent | dt-bindings: clk: meson: add main controller clock input (diff) | |
download | linux-16361ff23e20d2f967456fab9971152331b65117.tar.xz linux-16361ff23e20d2f967456fab9971152331b65117.zip |
arm64: dts: meson: add clock controller clock inputs
Add the clock inputs of the clock controllers
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi index 6796d250985a..a7b883ced0a8 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi @@ -299,6 +299,8 @@ &clkc_AO { compatible = "amlogic,meson-gxbb-aoclkc", "amlogic,meson-gx-aoclkc"; + clocks = <&xtal>, <&clkc CLKID_CLK81>; + clock-names = "xtal", "mpeg-clk"; }; &efuse { @@ -334,6 +336,8 @@ clkc: clock-controller { compatible = "amlogic,gxbb-clkc"; #clock-cells = <1>; + clocks = <&xtal>; + clock-names = "xtal"; }; }; |