]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: mt6359: Rename RTC node to match binding expectations
authorJulien Massot <julien.massot@collabora.com>
Wed, 14 May 2025 08:19:58 +0000 (10:19 +0200)
committerAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Tue, 20 May 2025 11:25:02 +0000 (13:25 +0200)
Rename the node 'mt6359rtc' to 'rtc', as required by the binding.

Fix the following dtb-check error:

mediatek/mt8395-radxa-nio-12l.dtb: pmic: 'mt6359rtc' do not match
any of the regexes: 'pinctrl-[0-9]+'

Fixes: 3b7d143be4b7 ("arm64: dts: mt6359: add PMIC MT6359 related nodes")
Signed-off-by: Julien Massot <julien.massot@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250514-mt8395-dtb-errors-v2-3-d67b9077c59a@collabora.com
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
arch/arm64/boot/dts/mediatek/mt6359.dtsi

index 0c479404b3fe3adc9789386e34bda4dc580b5abd..467d8a4c2aa7f16ade92a287ecdeed5089302045 100644 (file)
                        };
                };
 
-               mt6359rtc: mt6359rtc {
+               mt6359rtc: rtc {
                        compatible = "mediatek,mt6358-rtc";
                };
        };