* [PATCH 1/1] ARM: ux500: Fix SSP register address format
@ 2012-09-18 15:52 Lee Jones
2012-09-20 6:34 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Lee Jones @ 2012-09-18 15:52 UTC (permalink / raw)
To: linux-arm-kernel
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.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
arch/arm/boot/dts/dbx5x0.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/dbx5x0.dtsi b/arch/arm/boot/dts/dbx5x0.dtsi
index 3708a6b..748ba7a 100644
--- a/arch/arm/boot/dts/dbx5x0.dtsi
+++ b/arch/arm/boot/dts/dbx5x0.dtsi
@@ -536,7 +536,7 @@
ssp at 80002000 {
compatible = "arm,pl022", "arm,primecell";
- reg = <80002000 0x1000>;
+ reg = <0x80002000 0x1000>;
interrupts = <0 14 0x4>;
#address-cells = <1>;
#size-cells = <0>;
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 1/1] ARM: ux500: Fix SSP register address format
2012-09-18 15:52 [PATCH 1/1] ARM: ux500: Fix SSP register address format Lee Jones
@ 2012-09-20 6:34 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2012-09-20 6:34 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Sep 18, 2012 at 5:52 PM, Lee Jones <lee.jones@linaro.org> wrote:
> 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.
>
> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-20 6:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 15:52 [PATCH 1/1] ARM: ux500: Fix SSP register address format Lee Jones
2012-09-20 6:34 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).