[PATCH 1/9] ARM: dts: vf610: Add system reset controller (SRC)

From: Stefan Agner
Date: Mon Sep 22 2014 - 13:12:27 EST


Add device tree property for system reset controller.

Signed-off-by: Stefan Agner <stefan@xxxxxxxx>
---
arch/arm/boot/dts/vf610.dtsi | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/vf610.dtsi b/arch/arm/boot/dts/vf610.dtsi
index 3a6840c..122a64956 100644
--- a/arch/arm/boot/dts/vf610.dtsi
+++ b/arch/arm/boot/dts/vf610.dtsi
@@ -366,6 +366,13 @@
reg = <0x40034800 0x200>;
clocks = <&clks VF610_CLK_USBC0>;
};
+
+ src: src@4006e000 {
+ compatible = "fsl,vf610-src";
+ reg = <0x4006e000 0x1000>;
+ interrupts = <0 96 IRQ_TYPE_LEVEL_HIGH>;
+ #reset-cells = <0>;
+ };
};

aips1: aips-bus@40080000 {
--
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/