]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: ux500: Fix SSP register address format
authorLee Jones <lee.jones@linaro.org>
Fri, 7 Sep 2012 11:09:34 +0000 (12:09 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 20 Sep 2012 10:32:47 +0000 (12:32 +0200)
SSP won't probe unless the specified register address format
is correct i.e. we have to specify that the address is in hex.
After this patch has been applied, the SSP (SPI) driver probes
as expected.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
arch/arm/boot/dts/dbx5x0.dtsi

index 3708a6ba7ed3c33afe215cd91ef0e2bdeee28e72..748ba7aa746cde3e14b8f04105f2dbd86fc6b214 100644 (file)
 
                ssp@80002000 {
                        compatible = "arm,pl022", "arm,primecell";
-                       reg = <80002000 0x1000>;
+                       reg = <0x80002000 0x1000>;
                        interrupts = <0 14 0x4>;
                        #address-cells = <1>;
                        #size-cells = <0>;