[PATCH] arm/tegra: convert tegra20 to GIC devicetree binding
Peter De Schrijver
pdeschrijver at nvidia.com
Fri Nov 18 07:03:09 EST 2011
On Thu, Nov 17, 2011 at 07:51:35PM +0100, Stephen Warren wrote:
> 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 at nvidia.com>
>
> 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 at 70006000 {
> > compatible = "nvidia,tegra20-uart";
> > - reg = <0x70006000 0x40>;
> > + reg = <0x70006000 0x040>;
>
> Here and a few other places, why change the reg property?
Oops. That was probably an overly agressive search and replace :)
Cheers,
Peter.
More information about the linux-arm-kernel
mailing list