Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit a4dca88

Browse files
cristiccmmind
authored andcommitted
arm64: dts: rockchip: Drop invalid clock-names from es8388 codec nodes
The binding for Everest ES8328/ES8388 audio CODEC doesn't support the 'clock-names' property: rk3588-orangepi-5-plus.dtb: audio-codec@11: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+' from schema $id: http://devicetree.org/schemas/sound/everest,es8328.yaml# Since the related audio driver is also not making use of it, drop the invalid property from all es8388 codec nodes. Signed-off-by: Cristian Ciocaltea <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 77a9a7f commit a4dca88

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@
114114
es8388: es8388@11 {
115115
compatible = "everest,es8388";
116116
reg = <0x11>;
117-
clock-names = "mclk";
118117
clocks = <&cru SCLK_I2S_8CH_OUT>;
119118
#sound-dai-cells = <0>;
120119
};

arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,6 @@
328328
compatible = "everest,es8388";
329329
reg = <0x11>;
330330
clocks = <&cru I2S0_8CH_MCLKOUT>;
331-
clock-names = "mclk";
332331
AVDD-supply = <&vcc_1v8_s0>;
333332
DVDD-supply = <&vcc_1v8_s0>;
334333
HPVDD-supply = <&vcc_3v3_s0>;

arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@
316316
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
317317
assigned-clock-rates = <12288000>;
318318
clocks = <&cru I2S0_8CH_MCLKOUT>;
319-
clock-names = "mclk";
320319
AVDD-supply = <&avcc_1v8_codec_s0>;
321320
DVDD-supply = <&avcc_1v8_codec_s0>;
322321
HPVDD-supply = <&vcc_3v3_s0>;

arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,6 @@
377377
assigned-clock-rates = <12288000>;
378378
assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
379379
AVDD-supply = <&vcc_3v3_s3>;
380-
clock-names = "mclk";
381380
clocks = <&cru I2S0_8CH_MCLKOUT>;
382381
DVDD-supply = <&vcc_1v8_s3>;
383382
HPVDD-supply = <&vcc_3v3_s3>;

0 commit comments

Comments
 (0)