Hi Joe,

trivia:

diff --git a/arch/arm/mach-sa1100/generic.c b/arch/arm/mach-sa1100/generic.c
[]
@@ -166,7 +166,7 @@ static struct platform_device sa11x0udc_device = {
  static struct resource sa11x0uart1_resources[] = {
        [0] = {
                .start  = __PREG(Ser1UTCR0),
-               .end    = __PREG(Ser1UTCR0) + 0xffff,
+               .end    = __PREG(Ser1UTCR0) + 0x24,

#define for 0x24? or is it really 0x23?
(start + size - 1)

Thanks, I'll fix this.

Jochen.
_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to