]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6sll: Improve gpc description
authorFabio Estevam <festevam@denx.de>
Mon, 28 Oct 2024 12:45:45 +0000 (09:45 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 2 Nov 2024 06:55:22 +0000 (14:55 +0800)
According to fsl,imx-gpc.yaml, 'clocks', 'clock-names', and 'pgc'
are required properties.

Describe them to fix the following dt-schema warnings:

interrupt-controller@20dc000: 'clocks' is a required property
interrupt-controller@20dc000: 'clock-names' is a required property
interrupt-controller@20dc000: 'pgc' is a required property

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

index 27019c750167873a4efca66f79349a17d7d0f375..8c5ca4f9b87fd6e5b37c2f7235ede43e7164c1e9 100644 (file)
                                #interrupt-cells = <3>;
                                interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
                                interrupt-parent = <&intc>;
+                               clocks = <&clks IMX6SLL_CLK_IPG>;
+                               clock-names = "ipg";
+
+                               pgc {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
+
+                                       power-domain@0 {
+                                               reg = <0>;
+                                               #power-domain-cells = <0>;
+                                       };
+                               };
                        };
 
                        iomuxc: pinctrl@20e0000 {