mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-22 08:44:23 +07:00
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>
This commit is contained in:
parent
0a5d0f85bb
commit
e07214db07
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user