From: Stefan Wahren Date: Fri, 14 Apr 2023 09:19:47 +0000 (+0200) Subject: ARM: dts: imx6ul: Add clock and PGC node to GPC X-Git-Tag: v6.6.17~4534^2~22^2~40 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac0d46d5e38b3d380f742181ee879561ce6bd2f1;p=platform%2Fkernel%2Flinux-rpi.git ARM: dts: imx6ul: Add clock and PGC node to GPC According to fsl,imx-gpc.yaml the General Power Control requires a ipg clock and a Power Gating Control node. So add them to fix the dtbs_check warnings on i.MX6UL boards: gpc@20dc000: 'clocks' is a required property gpc@20dc000: 'clock-names' is a required property gpc@20dc000: 'pgc' is a required property Suggested-by: Jacky Bai Signed-off-by: Stefan Wahren Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 118764c..0174f3e 100644 --- a/arch/arm/boot/dts/imx6ul.dtsi +++ b/arch/arm/boot/dts/imx6ul.dtsi @@ -719,6 +719,18 @@ #interrupt-cells = <3>; interrupts = ; interrupt-parent = <&intc>; + clocks = <&clks IMX6UL_CLK_IPG>; + clock-names = "ipg"; + + pgc { + #address-cells = <1>; + #size-cells = <0>; + + power-domain@0 { + reg = <0>; + #power-domain-cells = <0>; + }; + }; }; iomuxc: pinctrl@20e0000 {