From: Shenwei Wang Date: Tue, 11 Oct 2022 19:47:14 +0000 (-0500) Subject: arm64: dts: freescale: imx8dxl: add scu_gpio node X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b202ac0c1308013b6d7c4ae43a350d0c8531c2c7;p=linux.git arm64: dts: freescale: imx8dxl: add scu_gpio node add scu_gpio node in system-controller. Signed-off-by: Shenwei Wang Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi index 5ddbda0b4def0..9f79504f9d6a6 100644 --- a/arch/arm64/boot/dts/freescale/imx8dxl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8dxl.dtsi @@ -133,6 +133,12 @@ clock-names = "xtal_32KHz", "xtal_24Mhz"; }; + scu_gpio: gpio { + compatible = "fsl,imx8qxp-sc-gpio"; + gpio-controller; + #gpio-cells = <2>; + }; + iomuxc: pinctrl { compatible = "fsl,imx8dxl-iomuxc"; };