Commit e07214db authored by Srinivas Kandagatla's avatar Srinivas Kandagatla Committed by Andy Gross

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: default avatarSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 0a5d0f85
......@@ -157,7 +157,7 @@ ext_3p3v: regulator-fixed@1 {
gsbi3: gsbi@16200000 {
status = "okay";
qcom,mode = <GSBI_PROT_I2C>;
i2c3: i2c@16280000 {
i2c@16280000 {
status = "okay";
};
};
......
......@@ -281,7 +281,7 @@ gsbi1: gsbi@12440000 {
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 @@ gsbi2: gsbi@12480000 {
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 @@ gsbi3: gsbi@16200000 {
#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";
......
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