[PATCH v3 1/2] arm64: dts: qcom: qcm6490-fairphone-fp5: Sort pinctrl nodes by pins
From: Luca Weiss
Date: Thu Mar 19 2026 - 11:37:46 EST
As per DTS Coding Style, sort pinctrl subnodes by the "pins" property,
in preparation to add more pinctrl states.
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 74 +++++++++++-----------
1 file changed, 37 insertions(+), 37 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
index 455e5c9bb072..c9c24c36ba7e 100644
--- a/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
+++ b/arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts
@@ -1257,41 +1257,6 @@ &tlmm {
*/
gpio-reserved-ranges = <32 2>, <56 4>;
- bluetooth_enable_default: bluetooth-enable-default-state {
- pins = "gpio85";
- function = "gpio";
- output-low;
- bias-disable;
- };
-
- disp_reset_n_active: disp-reset-n-active-state {
- pins = "gpio44";
- function = "gpio";
- drive-strength = <8>;
- bias-disable;
- };
-
- disp_reset_n_suspend: disp-reset-n-suspend-state {
- pins = "gpio44";
- function = "gpio";
- drive-strength = <2>;
- bias-pull-down;
- };
-
- hall_sensor_default: hall-sensor-default-state {
- pins = "gpio155";
- function = "gpio";
- drive-strength = <2>;
- bias-pull-up;
- };
-
- mdp_vsync: mdp-vsync-state {
- pins = "gpio80";
- function = "mdp_vsync";
- drive-strength = <2>;
- bias-pull-down;
- };
-
pm8008_int_default: pm8008-int-default-state {
pins = "gpio25";
function = "gpio";
@@ -1345,9 +1310,17 @@ qup_uart7_sleep_rx: qup-uart7-sleep-rx-state {
bias-pull-up;
};
- sw_ctrl_default: sw-ctrl-default-state {
- pins = "gpio86";
+ disp_reset_n_active: disp-reset-n-active-state {
+ pins = "gpio44";
function = "gpio";
+ drive-strength = <8>;
+ bias-disable;
+ };
+
+ disp_reset_n_suspend: disp-reset-n-suspend-state {
+ pins = "gpio44";
+ function = "gpio";
+ drive-strength = <2>;
bias-pull-down;
};
@@ -1359,12 +1332,39 @@ usb_redrive_1v8_en_default: usb-redrive-1v8-en-default-state {
output-high;
};
+ mdp_vsync: mdp-vsync-state {
+ pins = "gpio80";
+ function = "mdp_vsync";
+ drive-strength = <2>;
+ bias-pull-down;
+ };
+
+ bluetooth_enable_default: bluetooth-enable-default-state {
+ pins = "gpio85";
+ function = "gpio";
+ output-low;
+ bias-disable;
+ };
+
+ sw_ctrl_default: sw-ctrl-default-state {
+ pins = "gpio86";
+ function = "gpio";
+ bias-pull-down;
+ };
+
aw86927_int_default: aw86927-int-default-state {
pins = "gpio101";
function = "gpio";
drive-strength = <2>;
bias-pull-up;
};
+
+ hall_sensor_default: hall-sensor-default-state {
+ pins = "gpio155";
+ function = "gpio";
+ drive-strength = <2>;
+ bias-pull-up;
+ };
};
&uart5 {
--
2.53.0