diff options
author | Frank Wunderlich <[email protected]> | 2022-01-23 14:51:15 +0100 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2022-02-08 17:42:51 +0100 |
commit | 8ad885126daadba5dc388c7f06d5cb93206e40b1 (patch) | |
tree | 9bef02f26468d36a23d01a8e75d093d5534e1915 | |
parent | 0601fbed40594e620e2f335d1945e5a102dca6b3 (diff) |
dt-bindings: rockchip: Add BananaPi R2 Pro Board
Add Devicetree Binding for Bananapi R2 Pro Board based on rk3568 SoC
Co-developed-by: Peter Geis <[email protected]>
Signed-off-by: Peter Geis <[email protected]>
Signed-off-by: Frank Wunderlich <[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 4aed16176434..33d6423fe6c3 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -651,6 +651,11 @@ properties: - const: rockchip,rk3568-evb1-v10 - const: rockchip,rk3568 + - description: Rockchip RK3568 Banana Pi R2 Pro + items: + - const: rockchip,rk3568-bpi-r2pro + - const: rockchip,rk3568 + additionalProperties: true ... |