[PATCH 03/22] ARM: u300: Remove '0x's from U300 DTS file

Lee Jones lee.jones at linaro.org
Mon Jul 22 06:52:22 EDT 2013


Signed-off-by: Lee Jones <lee.jones at linaro.org>
---
 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




More information about the linux-arm-kernel mailing list