[PATCH] arm64: dts: rockchip: Drop invalid clock-names from es8388 codec nodes
Rob Herring (Arm)
robh at kernel.org
Mon Oct 21 10:58:33 PDT 2024
On Sat, 19 Oct 2024 03:38:10 +0300, Cristian Ciocaltea wrote:
> The binding for Everest ES8328/ES8388 audio CODEC doesn't support the
> 'clock-names' property:
>
> rk3588-orangepi-5-plus.dtb: audio-codec at 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 <cristian.ciocaltea at collabora.com>
> ---
> Several DT fixes involving the usage of the Everest ES8328/ES8388 audio
> CODEC.
> ---
> arch/arm64/boot/dts/rockchip/rk3399-roc-pc-plus.dts | 1 -
> arch/arm64/boot/dts/rockchip/rk3588-orangepi-5-plus.dts | 1 -
> arch/arm64/boot/dts/rockchip/rk3588-quartzpro64.dts | 1 -
> arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dts | 1 -
> 4 files changed, 4 deletions(-)
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
New warnings running 'make CHECK_DTBS=y rockchip/rk3399-roc-pc-plus.dtb rockchip/rk3588-orangepi-5-plus.dtb rockchip/rk3588-quartzpro64.dtb rockchip/rk3588s-indiedroid-nova.dtb' for 20241019-es8328-dt-fixes-v1-1-ca77d5ce21ad at collabora.com:
arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dtb: audio-codec at 11: 'port' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/sound/everest,es8328.yaml#
More information about the Linux-rockchip
mailing list