Commit 8502fd52 authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman

arm64: dts: meson: g12a: audio clock controller provides resets

The clock controller dedicated to audio clocks also provides reset lines
on the g12 SoC family
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 3d9e7648
...@@ -1481,6 +1481,7 @@ clkc_audio: clock-controller@0 { ...@@ -1481,6 +1481,7 @@ clkc_audio: clock-controller@0 {
compatible = "amlogic,g12a-audio-clkc"; compatible = "amlogic,g12a-audio-clkc";
reg = <0x0 0x0 0x0 0xb4>; reg = <0x0 0x0 0x0 0xb4>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>;
clocks = <&clkc CLKID_AUDIO>, clocks = <&clkc CLKID_AUDIO>,
<&clkc CLKID_MPLL0>, <&clkc CLKID_MPLL0>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment