Commit d594224a authored by Linus Walleij's avatar Linus Walleij

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: default avatarBryan Wu <cooloney@gmail.com>
Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 2388af4e
......@@ -100,7 +100,7 @@ chan2 {
max-cur = /bits/ 8 <0x5f>;
};
};
bh1780@0x29 {
bh1780@29 {
compatible = "rohm,bh1780gli";
reg = <0x33>;
};
......
......@@ -41,7 +41,7 @@ tps61052@33 {
};
i2c@80110000 {
bu21013_tp@0x5c {
bu21013_tp@5c {
reset-gpio = <&tc3589x_gpio 13 0x4>;
};
};
......
......@@ -178,15 +178,15 @@ tps61052@33 {
};
i2c@80128000 {
lp5521@0x33 {
lp5521@33 {
// compatible = "lp5521";
reg = <0x33>;
};
lp5521@0x34 {
lp5521@34 {
// compatible = "lp5521";
reg = <0x34>;
};
bh1780@0x29 {
bh1780@29 {
// compatible = "rohm,bh1780gli";
reg = <0x33>;
};
......
......@@ -54,7 +54,7 @@ stmpe_keypad {
};
i2c@80110000 {
bu21013_tp@0x5c {
bu21013_tp@5c {
compatible = "rohm,bu21013_tp";
reg = <0x5c>;
touch-gpio = <&gpio2 20 0x4>;
......@@ -65,7 +65,7 @@ bu21013_tp@0x5c {
rohm,flip-y;
};
bu21013_tp@0x5d {
bu21013_tp@5d {
compatible = "rohm,bu21013_tp";
reg = <0x5d>;
touch-gpio = <&gpio2 20 0x4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment