Re: [PATCH 03/12] arm64: dts: mediatek: Add mt8173 power domain controller
From: Enric Balletbo Serra <eballetbo@gmail.com>
Date: 2020-09-18 20:50:51
Also in:
linux-devicetree, linux-mediatek, lkml
From: Enric Balletbo Serra <eballetbo@gmail.com>
Date: 2020-09-18 20:50:51
Also in:
linux-devicetree, linux-mediatek, lkml
Hi Fabien, Thank you to look at this. Missatge de Fabien Parent [off-list ref] del dia dv., 18 de set. 2020 a les 22:24:
Hi Enric,quoted
- scpsys: power-controller@10006000 { - compatible = "mediatek,mt8173-scpsys"; - #power-domain-cells = <1>;This change generates a lot of warning when compiling the MT8173 device-trees. Warning (power_domains_property): /soc/mutex@14020000: Missing property '#power-domain-cells' in node /soc/syscon@10006000 or bad phandle (referred from power-domains[0])
I think that there is a mistake in that patch #power-domain-cells =
<1>; should not be removed. Anyway, I talked with Matthias and I'm
going to redefine this part as doesn't really match with the hardware.
We're thinking on something like this:
scpsys: syscon@10006000 {
compatible = "mediatek,mtk-scpsys", "syscon";
reg = ...
power-controller {
compatible = "mediatek,mt8173-power-controller";
#power-domain-cells = <1>;
<- the list of domains ->
Thanks,
Enric
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel