arm64: dts: hisilicon: hikey970-pmic: fix regulator cells properties
authorJohan Hovold <johan+linaro@kernel.org>
Thu, 30 Nov 2023 17:56:34 +0000 (18:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jan 2024 23:35:24 +0000 (15:35 -0800)
[ Upstream commit 44ab3ee76a5a977864ba0bb6c352dcf6206804e0 ]

The Hi6421 PMIC regulator child nodes do not have unit addresses so drop
the incorrect '#address-cells' and '#size-cells' properties.

Fixes: 6219b20e1ecd ("arm64: dts: hisilicon: Add support for Hikey 970 PMIC")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/hisilicon/hikey970-pmic.dtsi

index 970047f..c06e011 100644 (file)
@@ -25,9 +25,6 @@
                        gpios = <&gpio28 0 0>;
 
                        regulators {
-                               #address-cells = <1>;
-                               #size-cells = <0>;
-
                                ldo3: ldo3 { /* HDMI */
                                        regulator-name = "ldo3";
                                        regulator-min-microvolt = <1500000>;