Commit 934a3b4d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: minor whitespace cleanup around '='

The DTS code coding style expects exactly one space before and after '='
sign.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230702185051.43867-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent ddf66e4b
...@@ -17,7 +17,7 @@ / { ...@@ -17,7 +17,7 @@ / {
compatible = "xiaomi,daisy", "qcom,msm8953"; compatible = "xiaomi,daisy", "qcom,msm8953";
chassis-type = "handset"; chassis-type = "handset";
qcom,msm-id = <293 0>; qcom,msm-id = <293 0>;
qcom,board-id= <0x1000b 0x9>; qcom,board-id = <0x1000b 0x9>;
chosen { chosen {
#address-cells = <2>; #address-cells = <2>;
......
...@@ -20,7 +20,7 @@ / { ...@@ -20,7 +20,7 @@ / {
compatible = "xiaomi,vince", "qcom,msm8953"; compatible = "xiaomi,vince", "qcom,msm8953";
chassis-type = "handset"; chassis-type = "handset";
qcom,msm-id = <293 0>; qcom,msm-id = <293 0>;
qcom,board-id= <0x1000b 0x08>; qcom,board-id = <0x1000b 0x08>;
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
......
...@@ -2252,7 +2252,7 @@ opp-177000000 { ...@@ -2252,7 +2252,7 @@ opp-177000000 {
}; };
gmu: gmu@2c6a000 { gmu: gmu@2c6a000 {
compatible="qcom,adreno-gmu-680.1", "qcom,adreno-gmu"; compatible = "qcom,adreno-gmu-680.1", "qcom,adreno-gmu";
reg = <0 0x02c6a000 0 0x30000>, reg = <0 0x02c6a000 0 0x30000>,
<0 0x0b290000 0 0x10000>, <0 0x0b290000 0 0x10000>,
......
...@@ -484,14 +484,14 @@ qupv3_se1_2uart_active: qupv3-se1-2uart-active-state { ...@@ -484,14 +484,14 @@ qupv3_se1_2uart_active: qupv3-se1-2uart-active-state {
tx-pins { tx-pins {
pins = "gpio12"; pins = "gpio12";
function = "qup_se1_l2_mira"; function = "qup_se1_l2_mira";
drive-strength= <2>; drive-strength = <2>;
bias-disable; bias-disable;
}; };
rx-pins { rx-pins {
pins = "gpio13"; pins = "gpio13";
function = "qup_se1_l3_mira"; function = "qup_se1_l3_mira";
drive-strength= <2>; drive-strength = <2>;
bias-disable; bias-disable;
}; };
}; };
......
...@@ -3059,7 +3059,7 @@ in-ports { ...@@ -3059,7 +3059,7 @@ in-ports {
port@7 { port@7 {
reg = <7>; reg = <7>;
funnel_swao_in_funnel_merg: endpoint { funnel_swao_in_funnel_merg: endpoint {
remote-endpoint= <&funnel_merg_out_funnel_swao>; remote-endpoint = <&funnel_merg_out_funnel_swao>;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment