diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-06-23 19:08:00 +0300 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-07-19 10:57:13 +0300 |
commit | 036e9cf35689b9f6a0d1bb8d34ec7ddf44714942 (patch) | |
tree | cf70bccb04d56e058dc27aab4d1887064c83eb01 /Documentation/devicetree/bindings/gpio | |
parent | 8773bacefcd7a5c742437974771976a9e79288f7 (diff) | |
download | linux-036e9cf35689b9f6a0d1bb8d34ec7ddf44714942.tar.xz |
dt-bindings: gpio: rockchip: add gpio-ranges
Allow usage of gpio-ranges with the rockchip gpio controller. The driver
already had support for this since it has been added to the mainline kernel
in the first place.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'Documentation/devicetree/bindings/gpio')
-rw-r--r-- | Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml b/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml index d4e42c2b995b..affd823c881d 100644 --- a/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml +++ b/Documentation/devicetree/bindings/gpio/rockchip,gpio-bank.yaml @@ -27,6 +27,8 @@ properties: - description: APB interface clock source - description: GPIO debounce reference clock source + gpio-ranges: true + gpio-controller: true gpio-line-names: true |