diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-08-31 16:25:49 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-09-05 05:38:44 +0200 |
commit | 5fa383a25fd8a16a73485c90da4e3e33a78b45cf (patch) | |
tree | 4c0df26c2b22661dea91c877f879d4c5ab4a27b8 /arch | |
parent | arm64: dts: tqma8mpxl-ba8mpxl: Fix button GPIOs (diff) | |
download | linux-5fa383a25fd8a16a73485c90da4e3e33a78b45cf.tar.xz linux-5fa383a25fd8a16a73485c90da4e3e33a78b45cf.zip |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8ulp.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi index 60c1b018bf03..bb56390b8f54 100644 --- a/arch/arm64/boot/dts/freescale/imx8ulp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8ulp.dtsi @@ -172,6 +172,7 @@ compatible = "fsl,imx8ulp-pcc3"; reg = <0x292d0000 0x10000>; #clock-cells = <1>; + #reset-cells = <1>; }; tpm5: tpm@29340000 { @@ -270,6 +271,7 @@ compatible = "fsl,imx8ulp-pcc4"; reg = <0x29800000 0x10000>; #clock-cells = <1>; + #reset-cells = <1>; }; lpi2c6: i2c@29840000 { @@ -414,6 +416,7 @@ compatible = "fsl,imx8ulp-pcc5"; reg = <0x2da70000 0x10000>; #clock-cells = <1>; + #reset-cells = <1>; }; }; |