summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2023-10-20 21:52:02 +0300
committerLinus Walleij <linus.walleij@linaro.org>2023-10-23 11:22:23 +0300
commitcaf963efd4b0b9ff42ca12e52b8efe277264d35b (patch)
tree280752e315a7574ec99fa57f790516903c0f78ed /Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml
parent593bcf6889de542aec1aeab7de6db25a1ff37408 (diff)
downloadlinux-caf963efd4b0b9ff42ca12e52b8efe277264d35b.tar.xz
dt-bindings: pinctrl: brcm: Ensure all child node properties are documented
The Broadcom pinctrl bindings are incomplete for child nodes as they are missing 'unevaluatedProperties: false' to prevent unknown properties. Fixing this reveals many warnings including having grandchild nodes in some cases. Many cases in the examples use 'group' property which is undocumented and not used by the driver. As the schemas define 'pins', I assume that is the correct name except for the one case, 6358, using 'groups' which is documented. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231020185203.3941590-2-robh@kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml')
-rw-r--r--Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml b/Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml
index 4d594739b382..c2941638c8f2 100644
--- a/Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml
+++ b/Documentation/devicetree/bindings/mfd/brcm,bcm6362-gpio-sysctl.yaml
@@ -230,7 +230,7 @@ examples:
pinctrl_nand: nand-pins {
function = "nand";
- group = "nand_grp";
+ pins = "nand_grp";
};
};
};