diff options
| author | Michael Riesch <[email protected]> | 2022-03-10 22:03:50 +0100 |
|---|---|---|
| committer | Heiko Stuebner <[email protected]> | 2022-04-10 18:35:33 +0200 |
| commit | 6648d167fbd16eaa4ef4972b4904adde2717f722 (patch) | |
| tree | e013480e41f57eb4e5260f8e963a18be6ba1e11d | |
| parent | ef5814e75b2bd9714dbfd60bfc360f940092ba62 (diff) | |
dt-bindings: arm: rockchip: add radxa rock3 model a
Add entry for the Radxa ROCK3 Model A board (with the Rockchip
RK3568 SoC).
Signed-off-by: Michael Riesch <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
| -rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index eece92f83a2d..efb0a9c4347b 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -545,6 +545,11 @@ properties: - const: radxa,rock2-square - const: rockchip,rk3288 + - description: Radxa ROCK3 Model A + items: + - const: radxa,rock3a + - const: rockchip,rk3568 + - description: Rikomagic MK808 v1 items: - const: rikomagic,mk808 |