arm64: dts: ls1043a: Add compatible "fsl,qoriq-gpio" for ls1043a gpio nodes
authorLiu Gang <Gang.Liu@nxp.com>
Wed, 23 Mar 2016 09:47:21 +0000 (17:47 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 13 Apr 2016 04:50:32 +0000 (12:50 +0800)
The compatible "fsl,qoriq-gpio" is used by gpio driver:
drivers/gpio/gpio-mpc8xxx.c to implement general gpio
functionalities.

The chip-specific compatible "fsl,ls1043a-gpio" may be
used to fix potential gpio IP block errata or other
chip-specific gpio issues.

Signed-off-by: Liu Gang <Gang.Liu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index be72bf5..bf70b27 100644 (file)
                };
 
                gpio1: gpio@2300000 {
-                       compatible = "fsl,ls1043a-gpio";
+                       compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
                        reg = <0x0 0x2300000 0x0 0x10000>;
                        interrupts = <0 66 0x4>;
                        gpio-controller;
                };
 
                gpio2: gpio@2310000 {
-                       compatible = "fsl,ls1043a-gpio";
+                       compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
                        reg = <0x0 0x2310000 0x0 0x10000>;
                        interrupts = <0 67 0x4>;
                        gpio-controller;
                };
 
                gpio3: gpio@2320000 {
-                       compatible = "fsl,ls1043a-gpio";
+                       compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
                        reg = <0x0 0x2320000 0x0 0x10000>;
                        interrupts = <0 68 0x4>;
                        gpio-controller;
                };
 
                gpio4: gpio@2330000 {
-                       compatible = "fsl,ls1043a-gpio";
+                       compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio";
                        reg = <0x0 0x2330000 0x0 0x10000>;
                        interrupts = <0 134 0x4>;
                        gpio-controller;