Commit 7e63d92d authored by Yassine Oudjana's avatar Yassine Oudjana Committed by Linus Walleij

dt-bindings: pinctrl: mediatek,mt6779-pinctrl: Make gpio-ranges optional

The pin controller can function without specifying gpio-ranges so remove
it from required properties. This is also done in preparation for adding
other pin controllers which currently don't have the gpio-ranges property
defined where they are used in DTS. This allows dtbs_check to pass on
those device trees.
Signed-off-by: default avatarYassine Oudjana <y.oudjana@protonmail.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20221028153505.23741-4-y.oudjana@protonmail.comSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent c5a402a3
...@@ -67,7 +67,6 @@ required: ...@@ -67,7 +67,6 @@ required:
- reg-names - reg-names
- gpio-controller - gpio-controller
- "#gpio-cells" - "#gpio-cells"
- gpio-ranges
- interrupt-controller - interrupt-controller
- interrupts - interrupts
- "#interrupt-cells" - "#interrupt-cells"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment