On 10/21/24 8:58 PM, Rob Herring (Arm) wrote: > > 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@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@xxxxxxxxxxxxx> >> --- >> 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@xxxxxxxxxxxxx: > > arch/arm64/boot/dts/rockchip/rk3588s-indiedroid-nova.dtb: audio-codec@11: 'port' does not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/sound/everest,es8328.yaml# This warning is unrelated, but eventually fixed via: https://lore.kernel.org/lkml/20241019-es8328-doc-port-v1-1-25c1d1b5c65c@xxxxxxxxxxxxx/ Regards, Cristian