On Wed, Jan 16, 2013 at 05:13:04PM +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel <[email protected]> > --- > arch/arm/boot/dts/imx6q.dtsi | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi > index d6265ca..c445959 100644 > --- a/arch/arm/boot/dts/imx6q.dtsi > +++ b/arch/arm/boot/dts/imx6q.dtsi > @@ -555,6 +555,7 @@ > compatible = "fsl,imx6q-src"; > reg = <0x020d8000 0x4000>; > interrupts = <0 91 0x04 0 96 0x04>; > + #reset-cells = <1>; > }; > > gpc: gpc@020dc000 { > @@ -1046,6 +1047,7 @@ > interrupts = <0 6 0x4 0 5 0x4>; > clocks = <&clks 130>, <&clks 131>, <&clks 132>; > clock-names = "bus", "di0", "di1"; > + resets = <&src 2>; > }; > > ipu2: ipu@02800000 { > @@ -1055,6 +1057,7 @@ > interrupts = <0 8 0x4 0 7 0x4>; > clocks = <&clks 133>, <&clks 134>, <&clks 137>; > clock-names = "bus", "di0", "di1"; > + reset = <&src 4>;
s/reset/resets Shawn > }; > }; > }; > -- > 1.7.10.4 > _______________________________________________ devicetree-discuss mailing list [email protected] https://lists.ozlabs.org/listinfo/devicetree-discuss
