diff options
author | Liu Gang <Gang.Liu@nxp.com> | 2016-03-23 05:47:21 -0400 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-04-13 00:50:32 -0400 |
commit | c21de87db05b555a8110c0d8889943c1fe0c6ef1 (patch) | |
tree | a3dddd8cfc9d065fbf75b0fb8dffd0c998ab74c3 | |
parent | b3f85aba7b87594213e728d13f6c325feea0b66b (diff) |
arm64: dts: ls1043a: Add compatible "fsl,qoriq-gpio" for ls1043a gpio nodes
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi index be72bf5b58b5..bf70b276f09b 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | |||
@@ -284,7 +284,7 @@ | |||
284 | }; | 284 | }; |
285 | 285 | ||
286 | gpio1: gpio@2300000 { | 286 | gpio1: gpio@2300000 { |
287 | compatible = "fsl,ls1043a-gpio"; | 287 | compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio"; |
288 | reg = <0x0 0x2300000 0x0 0x10000>; | 288 | reg = <0x0 0x2300000 0x0 0x10000>; |
289 | interrupts = <0 66 0x4>; | 289 | interrupts = <0 66 0x4>; |
290 | gpio-controller; | 290 | gpio-controller; |
@@ -294,7 +294,7 @@ | |||
294 | }; | 294 | }; |
295 | 295 | ||
296 | gpio2: gpio@2310000 { | 296 | gpio2: gpio@2310000 { |
297 | compatible = "fsl,ls1043a-gpio"; | 297 | compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio"; |
298 | reg = <0x0 0x2310000 0x0 0x10000>; | 298 | reg = <0x0 0x2310000 0x0 0x10000>; |
299 | interrupts = <0 67 0x4>; | 299 | interrupts = <0 67 0x4>; |
300 | gpio-controller; | 300 | gpio-controller; |
@@ -304,7 +304,7 @@ | |||
304 | }; | 304 | }; |
305 | 305 | ||
306 | gpio3: gpio@2320000 { | 306 | gpio3: gpio@2320000 { |
307 | compatible = "fsl,ls1043a-gpio"; | 307 | compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio"; |
308 | reg = <0x0 0x2320000 0x0 0x10000>; | 308 | reg = <0x0 0x2320000 0x0 0x10000>; |
309 | interrupts = <0 68 0x4>; | 309 | interrupts = <0 68 0x4>; |
310 | gpio-controller; | 310 | gpio-controller; |
@@ -314,7 +314,7 @@ | |||
314 | }; | 314 | }; |
315 | 315 | ||
316 | gpio4: gpio@2330000 { | 316 | gpio4: gpio@2330000 { |
317 | compatible = "fsl,ls1043a-gpio"; | 317 | compatible = "fsl,ls1043a-gpio", "fsl,qoriq-gpio"; |
318 | reg = <0x0 0x2330000 0x0 0x10000>; | 318 | reg = <0x0 0x2330000 0x0 0x10000>; |
319 | interrupts = <0 134 0x4>; | 319 | interrupts = <0 134 0x4>; |
320 | gpio-controller; | 320 | gpio-controller; |