Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: mpc8xxx: add ls1088a platform gpio node DT binding description

ls1088a and ls1028a platform share common gpio node.

Signed-off-by: Song Hui <hui.song_1@nxp.com>
Link: https://lore.kernel.org/r/20190808101628.36782-1-hui.song_1@nxp.com
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Song Hui and committed by
Linus Walleij
ff6cd68d ac1213b7

+3 -3
+3 -3
Documentation/devicetree/bindings/gpio/gpio-mpc8xxx.txt
··· 4 4 - compatible : Should be "fsl,<soc>-gpio" 5 5 The following <soc>s are known to be supported: 6 6 mpc5121, mpc5125, mpc8349, mpc8572, mpc8610, pq3, qoriq, 7 - ls1021a, ls1043a, ls2080a, ls1028a. 7 + ls1021a, ls1043a, ls2080a, ls1028a, ls1088a. 8 8 - reg : Address and length of the register set for the device 9 9 - interrupts : Should be the port interrupt shared by all 32 pins. 10 10 - #gpio-cells : Should be two. The first cell is the pin number and ··· 39 39 }; 40 40 41 41 42 - Example of gpio-controller node for a ls1028a SoC: 42 + Example of gpio-controller node for a ls1028a/ls1088a SoC: 43 43 44 44 gpio1: gpio@2300000 { 45 - compatible = "fsl,ls1028a-gpio","fsl,qoriq-gpio"; 45 + compatible = "fsl,ls1028a-gpio", "fsl,ls1088a-gpio", "fsl,qoriq-gpio"; 46 46 reg = <0x0 0x2300000 0x0 0x10000>; 47 47 interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>; 48 48 gpio-controller;