On 28-03-2022 18:21, Rob Herring wrote:
On Mon, 28 Mar 2022 11:44:05 +0530, Sameer Pujar wrote:
Convert rt5659.txt DT binding to YAML schema. This binding is applicable to rt5658 and rt5659 audio CODECs.
Signed-off-by: Sameer Pujar spujar@nvidia.com Cc: Oder Chiou oder_chiou@realtek.com
.../devicetree/bindings/sound/realtek,rt5659.yaml | 112 +++++++++++++++++++++ Documentation/devicetree/bindings/sound/rt5659.txt | 89 ---------------- 2 files changed, 112 insertions(+), 89 deletions(-) create mode 100644 Documentation/devicetree/bindings/sound/realtek,rt5659.yaml delete mode 100644 Documentation/devicetree/bindings/sound/rt5659.txt
Running 'make dtbs_check' with the schema in this patch gives the following warnings. Consider if they are expected or the schema is incorrect. These may not be new warnings.
Note that it is not yet a requirement to have 0 warnings for dtbs_check. This will change in the future.
Full log is available here: https://patchwork.ozlabs.org/patch/1610026
audio-codec@1a: 'port' does not match any of the regexes: 'pinctrl-[0-9]+' arch/arm64/boot/dts/nvidia/tegra194-p2972-0000.dt.yaml
The port/ports binding is not added in 'patch v2 1/6'. I will fix this in next revision by squashing 'patch v2 1/6' and 'patch v2 2/6'. Thanks.