Skip to content

Commit 3976432

Browse files
committed
dts: fix sorting and format
Signed-off-by: Alexander Martinz <[email protected]>
1 parent 59cacb2 commit 3976432

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

arch/arm64/boot/dts/qcom/qcm6490-shift-otter.dts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@
10321032
&uart7 {
10331033
/delete-property/interrupts;
10341034
interrupts-extended = <&intc GIC_SPI 608 IRQ_TYPE_LEVEL_HIGH>,
1035-
<&tlmm 31 IRQ_TYPE_EDGE_FALLING>;
1035+
<&tlmm 31 IRQ_TYPE_EDGE_FALLING>;
10361036

10371037
pinctrl-1 = <&qup_uart7_sleep_cts>, <&qup_uart7_sleep_rts>, <&qup_uart7_sleep_tx>, <&qup_uart7_sleep_rx>;
10381038
pinctrl-names = "default", "sleep";
@@ -1097,10 +1097,6 @@
10971097
remote-endpoint = <&pmic_glink_hs_in>;
10981098
};
10991099

1100-
&usb_dp_qmpphy_out {
1101-
remote-endpoint = <&pmic_glink_ss_in>;
1102-
};
1103-
11041100
&usb_1_hsphy {
11051101
vdda-pll-supply = <&vreg_l10c>;
11061102
vdda18-supply = <&vreg_l1c>;
@@ -1127,6 +1123,10 @@
11271123
status = "okay";
11281124
};
11291125

1126+
&usb_dp_qmpphy_out {
1127+
remote-endpoint = <&pmic_glink_ss_in>;
1128+
};
1129+
11301130
&venus {
11311131
firmware-name = "qcom/qcm6490/SHIFT/otter/venus.mbn";
11321132
status = "okay";

0 commit comments

Comments
 (0)