diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-06-04 11:50:32 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-04 11:50:32 +0200 |
commit | d594224ae6bbc8b7e84b3309ce5e2697eb27fc8b (patch) | |
tree | b595eda0ff96db116559eeca4bd63431702904c7 /arch/arm/boot/dts/stuib.dtsi | |
parent | ARM: ux500: Allocate correct amount of memory for the u8540 in DT (diff) | |
download | linux-d594224ae6bbc8b7e84b3309ce5e2697eb27fc8b.tar.xz linux-d594224ae6bbc8b7e84b3309ce5e2697eb27fc8b.zip |
ARM: ux500: drop any 0x prefix from I2C DT devices
This removes the "0x" prefix in front of the I2C DT device
address designation for each I2C DT node in the ux500
devicetree files.
Reported-by: Bryan Wu <cooloney@gmail.com>
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/stuib.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stuib.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/stuib.dtsi b/arch/arm/boot/dts/stuib.dtsi index b47b62adf6d0..524e33240ad4 100644 --- a/arch/arm/boot/dts/stuib.dtsi +++ b/arch/arm/boot/dts/stuib.dtsi @@ -54,7 +54,7 @@ }; i2c@80110000 { - bu21013_tp@0x5c { + bu21013_tp@5c { compatible = "rohm,bu21013_tp"; reg = <0x5c>; touch-gpio = <&gpio2 20 0x4>; @@ -65,7 +65,7 @@ rohm,flip-y; }; - bu21013_tp@0x5d { + bu21013_tp@5d { compatible = "rohm,bu21013_tp"; reg = <0x5d>; touch-gpio = <&gpio2 20 0x4>; |