Commit 9cc52f5a authored by Stephan Gerhold's avatar Stephan Gerhold Committed by David S. Miller

dt-bindings: net: nfc: s3fwrn5: Add optional clock

On some systems, S3FWRN5 depends on having an external clock enabled
to function correctly. Allow declaring that clock in the device tree.
Signed-off-by: default avatarStephan Gerhold <stephan@gerhold.net>
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f7e0318a
...@@ -27,6 +27,9 @@ properties: ...@@ -27,6 +27,9 @@ properties:
reg: reg:
maxItems: 1 maxItems: 1
clocks:
maxItems: 1
wake-gpios: wake-gpios:
maxItems: 1 maxItems: 1
description: description:
...@@ -80,6 +83,8 @@ examples: ...@@ -80,6 +83,8 @@ examples:
en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>; en-gpios = <&gpf1 4 GPIO_ACTIVE_HIGH>;
wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>; wake-gpios = <&gpj0 2 GPIO_ACTIVE_HIGH>;
clocks = <&rpmcc 20>;
}; };
}; };
# UART example on Raspberry Pi # UART example on Raspberry Pi
......
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