Skip to content

Commit 5fa383a

Browse files
MrVanShawn Guo
authored andcommitted
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: fe6291e ("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>
1 parent d707ff3 commit 5fa383a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/arm64/boot/dts/freescale/imx8ulp.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
compatible = "fsl,imx8ulp-pcc3";
173173
reg = <0x292d0000 0x10000>;
174174
#clock-cells = <1>;
175+
#reset-cells = <1>;
175176
};
176177

177178
tpm5: tpm@29340000 {
@@ -270,6 +271,7 @@
270271
compatible = "fsl,imx8ulp-pcc4";
271272
reg = <0x29800000 0x10000>;
272273
#clock-cells = <1>;
274+
#reset-cells = <1>;
273275
};
274276

275277
lpi2c6: i2c@29840000 {
@@ -414,6 +416,7 @@
414416
compatible = "fsl,imx8ulp-pcc5";
415417
reg = <0x2da70000 0x10000>;
416418
#clock-cells = <1>;
419+
#reset-cells = <1>;
417420
};
418421
};
419422

0 commit comments

Comments
 (0)