diff options
author | Rob Herring <robh@kernel.org> | 2022-07-19 15:51:42 -0600 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-07-26 16:57:17 +0200 |
commit | 2830320122d87fb65632f09cdffe129046915d51 (patch) | |
tree | d1d54390adf5e2bb911a672a7d35ed8df9fd4216 /Documentation/devicetree | |
parent | 71af91565052214ad86f288e0d8ffb165f790995 (diff) | |
download | linux-stable-2830320122d87fb65632f09cdffe129046915d51.tar.gz linux-stable-2830320122d87fb65632f09cdffe129046915d51.tar.bz2 linux-stable-2830320122d87fb65632f09cdffe129046915d51.zip |
dt-bindings: rtc: microcrystal,rv3032: Add missing type to 'trickle-voltage-millivolt'
'trickle-voltage-millivolt' is missing a type definition. '-millivolt' is
not a standard unit (should be '-microvolt'). As the property is already
in use, add a type reference.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20220719215143.1877566-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml index 9593840a4a2b..60f9027e8299 100644 --- a/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml +++ b/Documentation/devicetree/bindings/rtc/microcrystal,rv3032.yaml @@ -32,6 +32,7 @@ properties: - 11000 trickle-voltage-millivolt: + $ref: /schemas/types.yaml#/definitions/uint32 enum: - 1750 - 3000 |