Skip to content

Commit

Permalink
arm64: dts: qcom: msm8916-*: Fix alphabetic node order
Browse files Browse the repository at this point in the history
Fix a couple of instances of incorrectly sorted nodes in the MSM8916
boards. They should be ordered alphabetically for consistency.

No functional change.

Signed-off-by: Stephan Gerhold <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
  • Loading branch information
stephan-gh authored and andersson committed Oct 21, 2023
1 parent d63ae4a commit b364cc4
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 40 deletions.
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/qcom/msm8916-alcatel-idol347.dts
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@
};
};

&blsp_uart2 {
status = "okay";
};

&blsp_i2c4 {
status = "okay";

Expand Down Expand Up @@ -153,6 +149,10 @@
};
};

&blsp_uart2 {
status = "okay";
};

&pm8916_resin {
status = "okay";
linux,code = <KEY_VOLUMEDOWN>;
Expand Down
10 changes: 5 additions & 5 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-a3u-eur.dts
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
};
};

&touchkey {
vcc-supply = <&reg_touch_key>;
vdd-supply = <&reg_key_led>;
};

&accelerometer {
mount-matrix = "0", "1", "0",
"1", "0", "0",
Expand Down Expand Up @@ -108,6 +103,11 @@
remote-endpoint = <&panel_in>;
};

&touchkey {
vcc-supply = <&reg_touch_key>;
vdd-supply = <&reg_key_led>;
};

&vibrator {
status = "okay";
};
Expand Down
38 changes: 19 additions & 19 deletions arch/arm64/boot/dts/qcom/msm8916-samsung-gt5-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,6 @@
};
};

&blsp_i2c4 {
status = "okay";

fuelgauge@36 {
compatible = "maxim,max77849-battery";
reg = <0x36>;

maxim,rsns-microohm = <10000>;
maxim,over-heat-temp = <600>;
maxim,over-volt = <4400>;

interrupt-parent = <&tlmm>;
interrupts = <121 IRQ_TYPE_EDGE_FALLING>;

pinctrl-0 = <&fuelgauge_int_default>;
pinctrl-names = "default";
};
};

&blsp_i2c2 {
status = "okay";

Expand Down Expand Up @@ -112,6 +93,25 @@
};
};

&blsp_i2c4 {
status = "okay";

fuelgauge@36 {
compatible = "maxim,max77849-battery";
reg = <0x36>;

maxim,rsns-microohm = <10000>;
maxim,over-heat-temp = <600>;
maxim,over-volt = <4400>;

interrupt-parent = <&tlmm>;
interrupts = <121 IRQ_TYPE_EDGE_FALLING>;

pinctrl-0 = <&fuelgauge_int_default>;
pinctrl-names = "default";
};
};

&blsp_uart2 {
status = "okay";
};
Expand Down
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/qcom/msm8916-thwc-uf896.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
gpios = <&tlmm 35 GPIO_ACTIVE_LOW>;
};

&led_r {
gpios = <&tlmm 82 GPIO_ACTIVE_HIGH>;
&led_b {
gpios = <&tlmm 81 GPIO_ACTIVE_HIGH>;
};

&led_g {
gpios = <&tlmm 83 GPIO_ACTIVE_HIGH>;
};

&led_b {
gpios = <&tlmm 81 GPIO_ACTIVE_HIGH>;
&led_r {
gpios = <&tlmm 82 GPIO_ACTIVE_HIGH>;
};

&button_default {
Expand Down
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/qcom/msm8916-thwc-ufi001c.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
gpios = <&tlmm 37 GPIO_ACTIVE_HIGH>;
};

&led_r {
gpios = <&tlmm 22 GPIO_ACTIVE_HIGH>;
&led_b {
gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
};

&led_g {
gpios = <&tlmm 21 GPIO_ACTIVE_HIGH>;
};

&led_b {
gpios = <&tlmm 20 GPIO_ACTIVE_HIGH>;
&led_r {
gpios = <&tlmm 22 GPIO_ACTIVE_HIGH>;
};

&mpss {
Expand Down
8 changes: 4 additions & 4 deletions arch/arm64/boot/dts/qcom/msm8916-yiming-uz801v3.dts
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
gpios = <&tlmm 23 GPIO_ACTIVE_LOW>;
};

&led_r {
gpios = <&tlmm 7 GPIO_ACTIVE_HIGH>;
&led_b {
gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
};

&led_g {
gpios = <&tlmm 8 GPIO_ACTIVE_HIGH>;
};

&led_b {
gpios = <&tlmm 6 GPIO_ACTIVE_HIGH>;
&led_r {
gpios = <&tlmm 7 GPIO_ACTIVE_HIGH>;
};

&button_default {
Expand Down

0 comments on commit b364cc4

Please sign in to comment.