RE: [PATCH] arm/tegra: convert tegra20 to GIC devicetree binding

From: Stephen Warren
Date: Thu Nov 17 2011 - 13:52:45 EST


Peter De Schrijver wrote at Thursday, November 17, 2011 8:07 AM:
> Convert tegra20 IRQ intialization to the GIC devicetree binding. Modify the
> interrupt definitions in the dts files according to
> Documentation/devicetree/bindings/arm/gic.txt
>
> Signed-off-by: Peter De Schrijver <pdeschrijver@xxxxxxxxxx>

tegra-harmony.dts contains an interrupts property that wasn't updated,
for the WM8903 codec.

board-dt.c contains logic to search for a node with compatible of
nvidia,tegra20-gic, and then call irq_domain_add_simple. I assume that
logic is replaced by the new common GIC code, and so should be removed
from board-dt.c entirely?

> serial@70006000 {
> compatible = "nvidia,tegra20-uart";
> - reg = <0x70006000 0x40>;
> + reg = <0x70006000 0x040>;

Here and a few other places, why change the reg property?

--
nvpublic

--
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/