diff options
author | 2022-03-10 22:03:50 +0100 | |
---|---|---|
committer | 2022-04-10 18:35:33 +0200 | |
commit | 6648d167fbd16eaa4ef4972b4904adde2717f722 (patch) | |
tree | e013480e41f57eb4e5260f8e963a18be6ba1e11d | |
parent | arm64: dts: rockchip: fix Makefile sorting for BananaPi R2 Pro (diff) | |
download | linux-dev-6648d167fbd16eaa4ef4972b4904adde2717f722.tar.xz linux-dev-6648d167fbd16eaa4ef4972b4904adde2717f722.zip |
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 <michael.riesch@wolfvision.net>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220310210352.451136-2-michael.riesch@wolfvision.net
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-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 |