Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: fix i2c lables to be inline with others

This patch fixes i2c lables to be inline with serial labels.
The reason to do this is that it would look odd if we add aliases in the
board file along with serial.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>

authored by

Srinivas Kandagatla and committed by
Andy Gross
e07214db 0a5d0f85

+4 -4
+1 -1
arch/arm/boot/dts/qcom-apq8064-ifc6410.dts
··· 157 157 gsbi3: gsbi@16200000 { 158 158 status = "okay"; 159 159 qcom,mode = <GSBI_PROT_I2C>; 160 - i2c3: i2c@16280000 { 160 + i2c@16280000 { 161 161 status = "okay"; 162 162 }; 163 163 };
+3 -3
arch/arm/boot/dts/qcom-apq8064.dtsi
··· 281 281 282 282 syscon-tcsr = <&tcsr>; 283 283 284 - i2c1: i2c@12460000 { 284 + gsbi1_i2c: i2c@12460000 { 285 285 compatible = "qcom,i2c-qup-v1.1.1"; 286 286 pinctrl-0 = <&i2c1_pins>; 287 287 pinctrl-names = "default"; ··· 307 307 308 308 syscon-tcsr = <&tcsr>; 309 309 310 - i2c2: i2c@124a0000 { 310 + gsbi2_i2c: i2c@124a0000 { 311 311 compatible = "qcom,i2c-qup-v1.1.1"; 312 312 reg = <0x124a0000 0x1000>; 313 313 interrupts = <0 196 IRQ_TYPE_NONE>; ··· 328 328 #address-cells = <1>; 329 329 #size-cells = <1>; 330 330 ranges; 331 - i2c3: i2c@16280000 { 331 + gsbi3_i2c: i2c@16280000 { 332 332 compatible = "qcom,i2c-qup-v1.1.1"; 333 333 pinctrl-0 = <&i2c3_pins>; 334 334 pinctrl-names = "default";