diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2026-01-28 20:58:33 +0300 |
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2026-01-28 20:58:34 +0300 |
| commit | 72216ba36025b9cd723ef433fe3a629633f4f79b (patch) | |
| tree | 7ab049efd149fa86d8607e7f5e391120be33e160 | |
| parent | 2af1017ca68c24d51669175818fd907d0fbebc3a (diff) | |
| parent | 01a08fd967301e75b2a9350b28a3f09fa2c3b838 (diff) | |
| download | linux-72216ba36025b9cd723ef433fe3a629633f4f79b.tar.xz | |
Merge tag 'cix-dt-binding-v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix into soc/dt
- Add OrangePi 6 Plus board
* tag 'cix-dt-binding-v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/cix:
dt-bindings: arm: cix: add OrangePi 6 Plus board
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/cix.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/cix.yaml b/Documentation/devicetree/bindings/arm/cix.yaml index 114dab4bc4d2..21e66df7f696 100644 --- a/Documentation/devicetree/bindings/arm/cix.yaml +++ b/Documentation/devicetree/bindings/arm/cix.yaml @@ -16,9 +16,11 @@ properties: compatible: oneOf: - - description: Radxa Orion O6 + - description: Sky1 based boards items: - - const: radxa,orion-o6 + - enum: + - radxa,orion-o6 # Radxa Orion O6 board + - xunlong,orangepi-6-plus # Xunlong orangepi 6 plus board - const: cix,sky1 additionalProperties: true |
