提交 45631ea8 编写于 作者: M Martin Blumenstingl 提交者: Kevin Hilman

ARM: dts: meson: mark the clock controller also as reset controller

The clock controller provides a few reset lines as well. Add the
corresponding CPU cores.
Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 40b5c4f3
...@@ -168,6 +168,7 @@ ...@@ -168,6 +168,7 @@
&cbus { &cbus {
clkc: clock-controller@4000 { clkc: clock-controller@4000 {
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>;
compatible = "amlogic,meson8-clkc"; compatible = "amlogic,meson8-clkc";
reg = <0x8000 0x4>, <0x4000 0x460>; reg = <0x8000 0x4>, <0x4000 0x460>;
}; };
......
...@@ -119,6 +119,7 @@ ...@@ -119,6 +119,7 @@
&cbus { &cbus {
clkc: clock-controller@4000 { clkc: clock-controller@4000 {
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>;
compatible = "amlogic,meson8b-clkc"; compatible = "amlogic,meson8b-clkc";
reg = <0x8000 0x4>, <0x4000 0x460>; reg = <0x8000 0x4>, <0x4000 0x460>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册