Message ID | 20190208101405.25699-3-jbrunet@baylibre.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 785fb4342730fb58bbf81ce60a28e70dda4aeebf |
Headers | show |
Series | arm64: meson: g12a: enable peripheral clock controller | expand |
Jerome Brunet <jbrunet@baylibre.com> writes: > Add the peripheral clock controller to the g12a SoC DT > > Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Queued for v5.1 (branch: v5.1/dt64) Kevin
diff --git a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi index 05ea750b8c16..701a02244e04 100644 --- a/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-g12a.dtsi @@ -121,6 +121,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"; + }; + }; }; };
Add the peripheral clock controller to the g12a SoC DT Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> --- arch/arm64/boot/dts/amlogic/meson-g12a.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+)