Message ID | 20250514-mt8395-dtb-errors-v2-0-d67b9077c59a@collabora.com |
---|---|
Headers | show |
Series | mt8395/mt6359: Fix several dtb-check errors | expand |
Il 14/05/25 10:19, Julien Massot ha scritto: > The 'mt6359.dtsi' file already uses the '#sound-dai-cells' property. > Add the corresponding property to the binding to fix the following > dtb-check error: > > mediatek/mt8395-radxa-nio-12l.dtb: pmic: '#sound-dai-cells', 'mt6359rtc' do not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/mfd/mediatek,mt6397.yaml# > > Fixes: 9bc8353be720 ("arm64: dts: mt6359: Add #sound-dai-cells property") > Signed-off-by: Julien Massot <julien.massot@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Hi, This patch series addresses several dtb-check errors reported for the mt8395-genio-1200-evk.dtb and mt8395-radxa-nio-12l.dtb device trees. The fixes include: - Adding the missing #sound-dai-cells property in the mt6397 binding. - Allowing 5 interrupts in the MediaTek IOMMU binding to support MT8395 properly. - Renaming the rtc node to match expected schema naming. Signed-off-by: Julien Massot <julien.massot@collabora.com> --- Changes in v2: - Patch 1/3: Add ref to dai-common as suggested by Krzysztof - Patch 2/3: Only accept 5 interrupts for mt8195 infra IOMMU - Patch 3/3: Add missing S-o-B - I did not include the 'Reviewed-by' from Angelo and Nicolas since the 1/3 and 2/3 changed from v1 - Link to v1: https://lore.kernel.org/r/20250505-mt8395-dtb-errors-v1-0-9c4714dcdcdb@collabora.com --- Julien Massot (3): dt-bindings: mfd: mediatek: mt6397: Add #sound-dai-cells property dt-bindings: iommu: mediatek: Support 5 IRQs on MT8195 infra IOMMU arm64: dts: mt6359: Rename RTC node to match binding expectations .../devicetree/bindings/iommu/mediatek,iommu.yaml | 18 +++++++++++++++++- .../devicetree/bindings/mfd/mediatek,mt6397.yaml | 6 ++++++ arch/arm64/boot/dts/mediatek/mt6359.dtsi | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) --- base-commit: ed61cb3d78d585209ec775933078e268544fe9a4 change-id: 20250505-mt8395-dtb-errors-0847ffc12f44 Best regards,