[PATCH 0/4] mt8395/mt6359: Fix several dtb-check errors

Julien Massot posted 4 patches 9 months, 1 week ago
There is a newer version of this series
Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml | 3 ++-
Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml  | 3 +++
arch/arm64/boot/dts/mediatek/mt6359.dtsi                    | 4 +++-
3 files changed, 8 insertions(+), 2 deletions(-)
[PATCH 0/4] mt8395/mt6359: Fix several dtb-check errors
Posted by Julien Massot 9 months, 1 week ago
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 up to 5 interrupts in the MediaTek IOMMU binding to support MT8395 properly.
- Defining the required compatible property in the regulators node of the mt6359.dtsi.
- Renaming the rtc node to match expected schema naming.

Signed-off-by: Julien Massot <julien.massot@collabora.com>
---
Julien Massot (4):
      dt-bindings: mfd: mediatek: mt6397: Add #sound-dai-cells property
      dt-bindings: iommu: mediatek: mt8195 Accept up to 5 interrupts
      arm64: dts: mt6359: Add missing 'compatible' property to regulators node
      arm64: dts: mt6359: Rename RTC node to match binding expectations

 Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml | 3 ++-
 Documentation/devicetree/bindings/mfd/mediatek,mt6397.yaml  | 3 +++
 arch/arm64/boot/dts/mediatek/mt6359.dtsi                    | 4 +++-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
base-commit: 407f60a151df3c44397e5afc0111eb9b026c38d3
change-id: 20250505-mt8395-dtb-errors-0847ffc12f44

Best regards,
-- 
Julien Massot <julien.massot@collabora.com>
Re: (subset) [PATCH 0/4] mt8395/mt6359: Fix several dtb-check errors
Posted by AngeloGioacchino Del Regno 9 months, 1 week ago
On Mon, 05 May 2025 15:23:36 +0200, Julien Massot wrote:
> 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 up to 5 interrupts in the MediaTek IOMMU binding to support MT8395 properly.
> - Defining the required compatible property in the regulators node of the mt6359.dtsi.
> - Renaming the rtc node to match expected schema naming.
> 
> [...]

Applied to v6.15-next/dts64, thanks!

[3/4] arm64: dts: mt6359: Add missing 'compatible' property to regulators node
      commit: 1fe38d2a19950fa6dbc384ee8967c057aef9faf4

Cheers,
Angelo