Skip to content

Commit aec5445

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt6795: Fix issues in SCPSYS node
Add the "mediatek,mt6795-scpsys" compatible to the SCPSYS node and remove #power-domain-cells (retaining it only in the power controller subnode) to resolve dtbs_check warnings. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent 178c08f commit aec5445

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,8 @@
287287
};
288288

289289
scpsys: syscon@10006000 {
290-
compatible = "syscon", "simple-mfd";
290+
compatible = "mediatek,mt6795-scpsys", "syscon", "simple-mfd";
291291
reg = <0 0x10006000 0 0x1000>;
292-
#power-domain-cells = <1>;
293292

294293
/* System Power Manager */
295294
spm: power-controller {

0 commit comments

Comments
 (0)