Skip to content

Commit 0a05ddb

Browse files
Sanjay Chitrodaandersson
authored andcommitted
ARM: dts: qcom: Fix indentation errors
Corrected indentation issues in the qcom devicetree files as identified by ./scripts/checkpatch.pl. Signed-off-by: Sanjay Chitroda <[email protected]> Link: https://lore.kernel.org/r/40fc9c914f5972decbd6d639396d65bf080d3ceb.1738568609.git.quic_ckantibh@quicinc.com Signed-off-by: Bjorn Andersson <[email protected]>
1 parent 2014c95 commit 0a05ddb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

arch/arm/boot/dts/qcom/qcom-apq8074-dragonboard.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@
149149
};
150150

151151
&pm8941_gpios {
152-
msm_keys_default: pm8941-gpio-keys-state {
152+
msm_keys_default: pm8941-gpio-keys-state {
153153
pins = "gpio5", "gpio23";
154154
function = "normal";
155155
input-enable;
156156
drive-push-pull;
157157
bias-pull-up;
158158
qcom,drive-strength = <PMIC_GPIO_STRENGTH_NO>;
159159
power-source = <PM8941_GPIO_S3>; /* 1.8V */
160-
};
160+
};
161161
};
162162

163163
&pm8941_lpg {

arch/arm/boot/dts/qcom/qcom-ipq4019-ap.dk07.1.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"gpio64", "gpio65", "gpio66",
4444
"gpio67", "gpio68", "gpio69";
4545
function = "qpic";
46-
};
46+
};
4747
};
4848

4949
serial@78af000 {

arch/arm/boot/dts/qcom/qcom-ipq4019.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
opp-716000000 {
127127
opp-hz = /bits/ 64 <716000000>;
128128
clock-latency-ns = <256000>;
129-
};
129+
};
130130
};
131131

132132
memory {

0 commit comments

Comments
 (0)