diff options
author | Jacky Bai <ping.bai@nxp.com> | 2021-11-12 15:18:58 +0800 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-11-15 11:50:21 +0100 |
commit | c61d8b5791abbc8b1aa51593d45dc88ef8804e4a (patch) | |
tree | 74b5689a64a4deba4320952f96d72b42fd113ee8 | |
parent | fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf (diff) | |
download | linux-stable-c61d8b5791abbc8b1aa51593d45dc88ef8804e4a.tar.gz linux-stable-c61d8b5791abbc8b1aa51593d45dc88ef8804e4a.tar.bz2 linux-stable-c61d8b5791abbc8b1aa51593d45dc88ef8804e4a.zip |
dt-bindings: gpio: gpio-vf610: Add imx8ulp compatible string
Add the compatible string for i.MX8ULP.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
-rw-r--r-- | Documentation/devicetree/bindings/gpio/gpio-vf610.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml index 19738a457a58..e1359391d3a4 100644 --- a/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml +++ b/Documentation/devicetree/bindings/gpio/gpio-vf610.yaml @@ -24,6 +24,9 @@ properties: - items: - const: fsl,imx7ulp-gpio - const: fsl,vf610-gpio + - items: + - const: fsl,imx8ulp-gpio + - const: fsl,imx7ulp-gpio reg: description: The first reg tuple represents the PORT module, the second tuple |