Skip to content

Commit 8fb61c9

Browse files
authored
dts: orangepi-4-lts: fix mispelled disable properites (#9123)
1 parent abd6f2d commit 8fb61c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

patch/kernel/archive/rockchip64-6.18/dt/rk3399-orangepi-4-lts.dts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
};
211211

212212
spdif-sound {
213-
status = "disable";
213+
status = "disabled";
214214
compatible = "simple-audio-card";
215215
simple-audio-card,name = "ROCKCHIP,SPDIF";
216216
simple-audio-card,cpu {
@@ -222,13 +222,13 @@
222222
};
223223

224224
spdif_out: spdif-out {
225-
status = "disable";
225+
status = "disabled";
226226
compatible = "linux,spdif-dit";
227227
#sound-dai-cells = <0>;
228228
};
229229

230230
pwm_bl: backlight {
231-
status = "disable";
231+
status = "disabled";
232232
compatible = "pwm-backlight";
233233
pwms = <&pwm0 0 25000 0>;
234234
brightness-levels = <
@@ -455,7 +455,7 @@
455455
};
456456

457457
&spi1 {
458-
status = "disable";
458+
status = "disabled";
459459
pinctrl-names = "default", "sleep";
460460
pinctrl-1 = <&spi1_gpio>;
461461

@@ -868,7 +868,7 @@
868868
};
869869

870870
&spdif {
871-
status = "disable";
871+
status = "disabled";
872872
pinctrl-0 = <&spdif_bus>;
873873
i2c-scl-rising-time-ns = <450>;
874874
i2c-scl-falling-time-ns = <15>;
@@ -1258,11 +1258,11 @@
12581258
};
12591259

12601260
&hdmi_in_vopl {
1261-
status = "disable";
1261+
status = "disabled";
12621262
};
12631263

12641264
&dp_in_vopb {
1265-
status = "disable";
1265+
status = "disabled";
12661266
};
12671267
&dp_in_vopl {
12681268
status = "okay";

0 commit comments

Comments
 (0)