From: Carlo Caione <[email protected]>

Extend the CPU nodes to use the reset controller.

Signed-off-by: Carlo Caione <[email protected]>
---
 arch/arm/boot/dts/meson8b.dtsi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi
index b1990dc..51b32ed 100644
--- a/arch/arm/boot/dts/meson8b.dtsi
+++ b/arch/arm/boot/dts/meson8b.dtsi
@@ -60,6 +60,7 @@
                        compatible = "arm,cortex-a5";
                        next-level-cache = <&L2>;
                        reg = <0x200>;
+                       resets = <&clkc RST_CORE0>;
                };
 
                cpu@201 {
@@ -67,6 +68,7 @@
                        compatible = "arm,cortex-a5";
                        next-level-cache = <&L2>;
                        reg = <0x201>;
+                       resets = <&clkc RST_CORE1>;
                };
 
                cpu@202 {
@@ -74,6 +76,7 @@
                        compatible = "arm,cortex-a5";
                        next-level-cache = <&L2>;
                        reg = <0x202>;
+                       resets = <&clkc RST_CORE2>;
                };
 
                cpu@203 {
@@ -81,6 +84,7 @@
                        compatible = "arm,cortex-a5";
                        next-level-cache = <&L2>;
                        reg = <0x203>;
+                       resets = <&clkc RST_CORE3>;
                };
        };
 
@@ -147,6 +151,7 @@
                };
 
                clkc: clock-controller@c1104000 {
+                       #reset-cells = <1>;
                        #clock-cells = <1>;
                        compatible = "amlogic,meson8b-clkc";
                        reg = <0xc1108000 0x4>, <0xc1104000 0x460>;
-- 
2.5.0

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to