1
0
Fork 0

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>
hifive-unleashed-5.1
Srinivas Kandagatla 2016-02-23 14:11:10 +00:00 committed by Andy Gross
parent 0a5d0f85bb
commit e07214db07
2 changed files with 4 additions and 4 deletions

View File

@ -157,7 +157,7 @@
gsbi3: gsbi@16200000 {
status = "okay";
qcom,mode = <GSBI_PROT_I2C>;
i2c3: i2c@16280000 {
i2c@16280000 {
status = "okay";
};
};

View File

@ -281,7 +281,7 @@
syscon-tcsr = <&tcsr>;
i2c1: i2c@12460000 {
gsbi1_i2c: i2c@12460000 {
compatible = "qcom,i2c-qup-v1.1.1";
pinctrl-0 = <&i2c1_pins>;
pinctrl-names = "default";
@ -307,7 +307,7 @@
syscon-tcsr = <&tcsr>;
i2c2: i2c@124a0000 {
gsbi2_i2c: i2c@124a0000 {
compatible = "qcom,i2c-qup-v1.1.1";
reg = <0x124a0000 0x1000>;
interrupts = <0 196 IRQ_TYPE_NONE>;
@ -328,7 +328,7 @@
#address-cells = <1>;
#size-cells = <1>;
ranges;
i2c3: i2c@16280000 {
gsbi3_i2c: i2c@16280000 {
compatible = "qcom,i2c-qup-v1.1.1";
pinctrl-0 = <&i2c3_pins>;
pinctrl-names = "default";