arm64: dts: imx8ulp: add #reset-cells for pcc

The binding file clock/imx8ulp-pcc-clock.yaml indicates '#reset-cells'
is a required property, add it.

Fixes: fe6291e96313 ("arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp")
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Peng Fan 2022-08-31 22:25:49 +08:00 committed by Shawn Guo
parent d707ff3470
commit 5fa383a25f

View File

@ -172,6 +172,7 @@
compatible = "fsl,imx8ulp-pcc3"; compatible = "fsl,imx8ulp-pcc3";
reg = <0x292d0000 0x10000>; reg = <0x292d0000 0x10000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>;
}; };
tpm5: tpm@29340000 { tpm5: tpm@29340000 {
@ -270,6 +271,7 @@
compatible = "fsl,imx8ulp-pcc4"; compatible = "fsl,imx8ulp-pcc4";
reg = <0x29800000 0x10000>; reg = <0x29800000 0x10000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>;
}; };
lpi2c6: i2c@29840000 { lpi2c6: i2c@29840000 {
@ -414,6 +416,7 @@
compatible = "fsl,imx8ulp-pcc5"; compatible = "fsl,imx8ulp-pcc5";
reg = <0x2da70000 0x10000>; reg = <0x2da70000 0x10000>;
#clock-cells = <1>; #clock-cells = <1>;
#reset-cells = <1>;
}; };
}; };