[PATCH 03/22] ARM: ux500: Remove '0x's from U300 DTS file
From: Lee Jones <hidden>
Date: 2013-07-19 14:04:42
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lee Jones <hidden>
Date: 2013-07-19 14:04:42
Also in:
lkml
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Lee Jones <redacted> --- arch/arm/boot/dts/ste-u300.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/ste-u300.dts b/arch/arm/boot/dts/ste-u300.dts
index 8a1032c..a9da480 100644
--- a/arch/arm/boot/dts/ste-u300.dts
+++ b/arch/arm/boot/dts/ste-u300.dts@@ -307,7 +307,7 @@ clocks = <&i2c0_clk>; #address-cells = <1>; #size-cells = <0>; - ab3100: ab3100 at 0x48 { + ab3100: ab3100 at 48 { compatible = "stericsson,ab3100"; reg = <0x48>; interrupt-parent = <&vica>;
@@ -385,10 +385,10 @@ clocks = <&i2c1_clk>; #address-cells = <1>; #size-cells = <0>; - fwcam0: fwcam at 0x10 { + fwcam0: fwcam at 10 { reg = <0x10>; }; - fwcam1: fwcam at 0x5d { + fwcam1: fwcam at 5d { reg = <0x5d>; }; };
--
1.8.1.2