Messages in this thread |  | | | From | Stephen Warren <> | | Date | Fri, 4 Nov 2011 13:29:15 -0700 | | Subject | RE: [PATCH v2 1/8] arm/tegra: initial device tree for tegra30 |
| |
Peter De Schrijver wrote at Wednesday, November 02, 2011 8:09 AM: > This patch adds the initial device tree for tegra30 ... > diff --git a/arch/arm/boot/dts/tegra30.dtsi b/arch/arm/boot/dts/tegra30.dtsi ... > + intc: interrupt-controller@50041000 { > + compatible = "nvidia,tegra30-gic", "nvidia,tegra20-gic"; > + interrupt-controller; > + #interrupt-cells = <1>; > + reg = < 0x50041000 0x1000 >, > + < 0x50040100 0x0100 >;
The indentation of that last line isn't quite right; I think the < are usually aligned.
-- nvpublic
|  |