Message ID | 1404058907-21112-13-git-send-email-a.heider@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Sun, Jun 29, 2014 at 05:21:46PM +0100, Andre Heider wrote: > Signed-off-by: Andre Heider <a.heider@gmail.com> > --- > arch/arm/boot/dts/am33xx.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index 4a4e02d..28a7e5d 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -409,6 +409,15 @@ > ti,hwmods = "rtc"; > }; > > + pruss: pruss@4a300000 { > + compatible = "ti,pruss-v2"; > + ti,hwmods = "pruss"; > + reg = <0x4a300000 0x080000>; > + interrupts = <20 21 22 23 24 25 26 27>; Could this please have entries individually bracketed? Thanks, Mark. > + interrupt-parent = <&intc>; > + status = "disabled"; > + }; > + > spi0: spi@48030000 { > compatible = "ti,omap4-mcspi"; > #address-cells = <1>; > -- > 2.0.0 > > -- > To unsubscribe from this list: send the line "unsubscribe devicetree" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >
On Mon, Jun 30, 2014 at 10:36:42AM +0100, Mark Rutland wrote: > On Sun, Jun 29, 2014 at 05:21:46PM +0100, Andre Heider wrote: > > --- a/arch/arm/boot/dts/am33xx.dtsi > > +++ b/arch/arm/boot/dts/am33xx.dtsi > > @@ -409,6 +409,15 @@ > > ti,hwmods = "rtc"; > > }; > > > > + pruss: pruss@4a300000 { > > + compatible = "ti,pruss-v2"; > > + ti,hwmods = "pruss"; > > + reg = <0x4a300000 0x080000>; > > + interrupts = <20 21 22 23 24 25 26 27>; > > Could this please have entries individually bracketed? I'll sync that to with what we end up with on path 7. Thanks, Andre
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index 4a4e02d..28a7e5d 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -409,6 +409,15 @@ ti,hwmods = "rtc"; }; + pruss: pruss@4a300000 { + compatible = "ti,pruss-v2"; + ti,hwmods = "pruss"; + reg = <0x4a300000 0x080000>; + interrupts = <20 21 22 23 24 25 26 27>; + interrupt-parent = <&intc>; + status = "disabled"; + }; + spi0: spi@48030000 { compatible = "ti,omap4-mcspi"; #address-cells = <1>;
Signed-off-by: Andre Heider <a.heider@gmail.com> --- arch/arm/boot/dts/am33xx.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)