ARM: dts: imx7s: Remove #power-domain-cells from gpcv2
authorFabio Estevam <festevam@denx.de>
Sat, 30 Sep 2023 12:42:21 +0000 (09:42 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 12:41:48 +0000 (20:41 +0800)
Per fsl,imx-gpcv2.yaml, '#power-domain-cells' is not a valid
property for the top-level gpcv2 node. It is only valid
for its children nodes.

Remove it to fix the following schema warning:

gpc@303a0000: '#power-domain-cells' does not match any of the regexes: 'pinctrl-[0-9]+'
from schema $id: http://devicetree.org/schemas/power/fsl,imx-gpcv2.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7s.dtsi

index 9e683f499f4054391164d4158c56db5392437078..29b8fd03567a54431e16f239d2f3202317f16451 100644 (file)
                                interrupts = <GIC_SPI 87 IRQ_TYPE_LEVEL_HIGH>;
                                #interrupt-cells = <3>;
                                interrupt-parent = <&intc>;
-                               #power-domain-cells = <1>;
 
                                pgc {
                                        #address-cells = <1>;