[PATCH V2 2/6] dt-bindings: pinctrl: brcm,ns-pinmux: extend example
Rafał Miłecki
zajec5 at gmail.com
Wed Nov 24 15:04:35 PST 2021
From: Rafał Miłecki <rafal at milecki.pl>
pinctrl bindings allow specifying pins, groups & functions now. Put some
entries in binding example to help writing DTS files.
Specify pins, groups & functions in the example.
Signed-off-by: Rafał Miłecki <rafal at milecki.pl>
---
V2: Update "pins" to match new binding
---
.../bindings/pinctrl/brcm,ns-pinmux.yaml | 24 ++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml b/Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml
index 8d1e5b1cdd5f..e5816a10938c 100644
--- a/Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml
+++ b/Documentation/devicetree/bindings/pinctrl/brcm,ns-pinmux.yaml
@@ -74,7 +74,7 @@ required:
- reg
- reg-names
-additionalProperties: false
+unevaluatedProperties: false
examples:
- |
@@ -83,6 +83,28 @@ examples:
reg = <0x1800c1c0 0x24>;
reg-names = "cru_gpio_control";
+ pins {
+ i2c_scl {
+ number = <4>;
+ };
+
+ i2c_sda {
+ number = <5>;
+ };
+ };
+
+ groups {
+ i2c_grp: i2c_grp {
+ pins = <4 5>;
+ };
+ };
+
+ functions {
+ i2c {
+ groups = <&i2c_grp>;
+ };
+ };
+
spi-pins {
function = "spi";
groups = "spi_grp";
--
2.31.1
More information about the linux-arm-kernel
mailing list