Skip to content

Commit 5f05fc6

Browse files
krzkAndi Shyti
authored andcommitted
dt-bindings: i2c: realtek,rtl9301: Fix missing 'reg' constraint
Lists should have fixed amount if items, so add missing constraint to the 'reg' property (only one address space entry). Fixes: c5eda03 ("dt-bindings: i2c: Add Realtek RTL I2C Controller") Cc: <[email protected]> # v6.13+ Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Andi Shyti <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent c584c4f commit 5f05fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/devicetree/bindings/i2c/realtek,rtl9301-i2c.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ properties:
2626
- const: realtek,rtl9301-i2c
2727

2828
reg:
29-
description: Register offset and size this I2C controller.
29+
items:
30+
- description: Register offset and size this I2C controller.
3031

3132
"#address-cells":
3233
const: 1

0 commit comments

Comments
 (0)