Skip to content

Commit 1fe38d2

Browse files
Julien MassotAngeloGioacchino Del Regno
authored andcommitted
arm64: dts: mt6359: Add missing 'compatible' property to regulators node
The 'compatible' property is required by the 'mfd/mediatek,mt6397.yaml' binding. Add it to fix the following dtb-check error: mediatek/mt8395-radxa-nio-12l.dtb: pmic: regulators: 'compatible' is a required property Fixes: 3b7d143 ("arm64: dts: mt6359: add PMIC MT6359 related nodes") Signed-off-by: Julien Massot <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
1 parent b8202a1 commit 1fe38d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/mediatek/mt6359.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
};
2121

2222
regulators {
23+
compatible = "mediatek,mt6359-regulator";
24+
2325
mt6359_vs1_buck_reg: buck_vs1 {
2426
regulator-name = "vs1";
2527
regulator-min-microvolt = <800000>;

0 commit comments

Comments
 (0)