[PATCH 4/4] arm64: dts: mediatek: mt8173-elm: correct PMIC's syscon reg entry

From: Krzysztof Kozlowski
Date: Sat May 18 2024 - 17:12:54 EST


The MT6297 PMIC has address/size cells == 1, thus its syscon child node
has incorrect number of entries in "reg" property. Fix dtbs_check
warning:

mt8173-elm.dtb: syscon@c000: reg: [[0, 49152], [0, 264]] is too long

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
---
arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
index 6d962d437e02..0e2439860223 100644
--- a/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi
@@ -1138,7 +1138,7 @@ rtc: mt6397rtc {
syscfg_pctl_pmic: syscon@c000 {
compatible = "mediatek,mt6397-pctl-pmic-syscfg",
"syscon";
- reg = <0 0x0000c000 0 0x0108>;
+ reg = <0x0000c000 0x0108>;
};
};
};
--
2.43.0