diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2019-02-08 11:14:05 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2019-02-08 18:31:50 +0100 |
commit | 785fb4342730fb58bbf81ce60a28e70dda4aeebf (patch) | |
tree | 421ed3a36558a7fbca76b756ed3e78d8c2f6b401 /arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | |
parent | arm64: dts: meson: g12a: add clk measure support (diff) | |
download | linux-785fb4342730fb58bbf81ce60a28e70dda4aeebf.tar.xz linux-785fb4342730fb58bbf81ce60a28e70dda4aeebf.zip |
arm64: dts: meson: g12a: add peripheral clock controller
Add the peripheral clock controller to the g12a SoC DT
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-g12a.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi index 3be649e4efa4..191d31db9853 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi @@ -99,6 +99,19 @@ #address-cells = <2>; #size-cells = <2>; ranges = <0x0 0x0 0x0 0x3c000 0x0 0x1400>; + + hhi: system-controller@0 { + compatible = "amlogic,meson-gx-hhi-sysctrl", + "simple-mfd", "syscon"; + reg = <0 0 0 0x400>; + + clkc: clock-controller { + compatible = "amlogic,g12a-clkc"; + #clock-cells = <1>; + clocks = <&xtal>; + clock-names = "xtal"; + }; + }; }; }; |