MLK-22939 arm64: dts: imx8-ss-img: fix gpio reg
authorPeng Fan <peng.fan@nxp.com>
Mon, 11 Nov 2019 03:33:20 +0000 (11:33 +0800)
committerDong Aisheng <aisheng.dong@nxp.com>
Mon, 14 Dec 2020 03:20:48 +0000 (11:20 +0800)
Fix gpio reg

Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
arch/arm64/boot/dts/freescale/imx8-ss-img.dtsi

index 0272c95..f976364 100644 (file)
@@ -256,7 +256,7 @@ img_subsys: bus@58000000 {
 
        gpio0_mipi_csi0: gpio@58222000 {
                compatible = "fsl,imx8qm-gpio", "fsl,imx35-gpio";
-               reg = <0x0 0x58222000 0x0 0x1000>;
+               reg = <0x58222000 0x1000>;
                interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-parent = <&irqsteer_csi0>;
                gpio-controller;
@@ -283,7 +283,7 @@ img_subsys: bus@58000000 {
 
        gpio0_mipi_csi1: gpio@58242000 {
                compatible = "fsl,imx8qm-gpio", "fsl,imx35-gpio";
-               reg = <0x0 0x58242000 0x0 0x1000>;
+               reg = <0x58242000 0x1000>;
                interrupts = <0 IRQ_TYPE_LEVEL_HIGH>;
                interrupt-parent = <&irqsteer_csi1>;
                gpio-controller;