[PATCH 05/10] ARM: ux500: db8500: list most devices in the snowball device tree

Arnd Bergmann arnd at arndb.de
Wed Mar 14 09:59:45 EDT 2012


On Wednesday 14 March 2012, Lee Jones wrote:
> +               pmu {
> +                       compatible = "arm,cortex-a9-pmu";
> +                       interrupts = <7>;
> +               };
> +
> +               rtc at 80154000 {
> +                       compatible = "stericsson,db8500-rtc";
> +                       reg = <0x80154000 0x1000>;
> +                       interrupts = <18>;
> +               };
> +
> +               gpio0: gpio at 8012e000 {
> +                       compatible = "stericsson,db8500-gpio",
> +                               "stmicroelectronics,nomadik-gpio";
> +                       reg =  <0x8012e000 0x80>;
> +                       interrupts = <119>;
> +                       supports-sleepmode;
> +                       gpio-controller;
> +               };

Reading through it one more time, I realized that all the interrupt
numbers are incorrect here and you fix them up one by one in the
later patches. I think it would be more logical if you could just
fix correct them here and then later just add the additional properties
and enable the device.

	Arnd



More information about the linux-arm-kernel mailing list