diff options
| author | Yixun Lan <[email protected]> | 2025-09-17 03:38:13 +0000 |
|---|---|---|
| committer | Wolfram Sang <[email protected]> | 2025-09-23 19:16:48 +0000 |
| commit | 8d13f91d7fce4e842dfc7edbcba0690f7ed11c18 (patch) | |
| tree | 5727c489cb34b9b434c1753e3cf03768bc21b9b9 | |
| parent | i2c: riic: Allow setting frequencies lower than 50KHz (diff) | |
| download | kernel-8d13f91d7fce4e842dfc7edbcba0690f7ed11c18.tar.gz kernel-8d13f91d7fce4e842dfc7edbcba0690f7ed11c18.zip | |
dt-bindings: i2c: spacemit: extend and validate all properties
Extend the K1 I2C properties by including generic i2c-controller schema.
and this will enable it to do the DT validation check later.
Signed-off-by: Yixun Lan <[email protected]>
Reviewed-by: Troy Mitchell <[email protected]>
Tested-by: Alex Elder <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml b/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml index 3d6aefb0d0f1..226c600deae1 100644 --- a/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/spacemit,k1-i2c.yaml @@ -9,6 +9,9 @@ title: I2C controller embedded in SpacemiT's K1 SoC maintainers: - Troy Mitchell <[email protected]> +allOf: + - $ref: /schemas/i2c/i2c-controller.yaml# + properties: compatible: const: spacemit,k1-i2c |
