Commit a4dca88c authored by Cristian Ciocaltea's avatar Cristian Ciocaltea Committed by Heiko Stuebner
Browse files

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: default avatarCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Link: https://lore.kernel.org/r/20241019-es8328-dt-fixes-v1-1-ca77d5ce21ad@collabora.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 77a9a7f2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ &i2c1 {
	es8388: es8388@11 {
		compatible = "everest,es8388";
		reg = <0x11>;
		clock-names = "mclk";
		clocks = <&cru SCLK_I2S_8CH_OUT>;
		#sound-dai-cells = <0>;
	};
+0 −1
Original line number Diff line number Diff line
@@ -328,7 +328,6 @@ es8388: audio-codec@11 {
		compatible = "everest,es8388";
		reg = <0x11>;
		clocks = <&cru I2S0_8CH_MCLKOUT>;
		clock-names = "mclk";
		AVDD-supply = <&vcc_1v8_s0>;
		DVDD-supply = <&vcc_1v8_s0>;
		HPVDD-supply = <&vcc_3v3_s0>;
+0 −1
Original line number Diff line number Diff line
@@ -316,7 +316,6 @@ es8388: audio-codec@11 {
		assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
		assigned-clock-rates = <12288000>;
		clocks = <&cru I2S0_8CH_MCLKOUT>;
		clock-names = "mclk";
		AVDD-supply = <&avcc_1v8_codec_s0>;
		DVDD-supply = <&avcc_1v8_codec_s0>;
		HPVDD-supply = <&vcc_3v3_s0>;
+0 −1
Original line number Diff line number Diff line
@@ -377,7 +377,6 @@ es8388: audio-codec@11 {
		assigned-clock-rates = <12288000>;
		assigned-clocks = <&cru I2S0_8CH_MCLKOUT>;
		AVDD-supply = <&vcc_3v3_s3>;
		clock-names = "mclk";
		clocks = <&cru I2S0_8CH_MCLKOUT>;
		DVDD-supply = <&vcc_1v8_s3>;
		HPVDD-supply = <&vcc_3v3_s3>;