Commit 66b14154 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: add missing space before {

Add missingh whitespace between node name/label and opening {.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221230140133.57885-2-krzysztof.kozlowski@linaro.org
parent ef6868a2
......@@ -3292,7 +3292,7 @@ blsp2_i2c6: i2c@75ba000 {
status = "disabled";
};
blsp2_spi6: spi@75ba000{
blsp2_spi6: spi@75ba000 {
compatible = "qcom,spi-qup-v2.2.1";
reg = <0x075ba000 0x600>;
interrupts = <GIC_SPI 106 IRQ_TYPE_LEVEL_HIGH>;
......
......@@ -3419,7 +3419,7 @@ watchdog@17c10000 {
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>;
};
timer@17c20000{
timer@17c20000 {
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0 0 0x20000000>;
......
......@@ -60,7 +60,7 @@ &mdss_edp_phy {
status = "okay";
};
&pm8350c_pwm_backlight{
&pm8350c_pwm_backlight {
/* Set the PWM period to 200 microseconds (5kHz duty cycle) */
pwms = <&pm8350c_pwm 3 200000>;
};
......
......@@ -743,7 +743,7 @@ left_spkr: wsa8830-left@0,1 {
vdd-supply = <&vreg_s10b>;
};
right_spkr: wsa8830-right@0,2{
right_spkr: wsa8830-right@0,2 {
compatible = "sdw10217020200";
reg = <0 2>;
pinctrl-names = "default";
......
......@@ -541,7 +541,7 @@ &venus {
firmware-name = "qcom/sdm845/beryllium/venus.mbn";
};
&wcd9340{
&wcd9340 {
pinctrl-0 = <&wcd_intr_default>;
pinctrl-names = "default";
clock-names = "extclk";
......
......@@ -745,7 +745,7 @@ &venus {
status = "okay";
};
&wcd9340{
&wcd9340 {
pinctrl-0 = <&wcd_intr_default>;
pinctrl-names = "default";
clock-names = "extclk";
......
......@@ -654,7 +654,7 @@ &venus {
firmware-name = "qcom/sdm850/samsung/w737/qcvss850.mbn";
};
&wcd9340{
&wcd9340 {
pinctrl-0 = <&wcd_intr_default>;
pinctrl-names = "default";
clock-names = "extclk";
......
......@@ -4124,7 +4124,7 @@ timer@17c20000 {
reg = <0x0 0x17c20000 0x0 0x1000>;
clock-frequency = <19200000>;
frame@17c21000{
frame@17c21000 {
frame-number = <0>;
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>;
......
......@@ -2402,7 +2402,7 @@ aoncc: clock-controller@3380000 {
clock-names = "core", "audio", "bus";
};
lpass_tlmm: pinctrl@33c0000{
lpass_tlmm: pinctrl@33c0000 {
compatible = "qcom,sm8250-lpass-lpi-pinctrl";
reg = <0 0x033c0000 0x0 0x20000>,
<0 0x03550000 0x0 0x10000>;
......
......@@ -1594,7 +1594,7 @@ lpass_ag_noc: interconnect@3c40000 {
qcom,bcm-voters = <&apps_bcm_voter>;
};
compute_noc: interconnect@a0c0000{
compute_noc: interconnect@a0c0000 {
compatible = "qcom,sm8350-compute-noc";
reg = <0 0x0a0c0000 0 0xa180>;
#interconnect-cells = <1>;
......
......@@ -3546,7 +3546,7 @@ qup_uart20_default: qup-uart20-default-state {
};
lpass_tlmm: pinctrl@3440000{
lpass_tlmm: pinctrl@3440000 {
compatible = "qcom,sm8450-lpass-lpi-pinctrl";
reg = <0 0x3440000 0x0 0x20000>,
<0 0x34d0000 0x0 0x10000>;
......
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