diff options
author | Manuel Traut <manut@mecka.net> | 2024-01-27 12:48:44 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2024-02-04 13:52:59 +0300 |
commit | 6a0a5a2a71b3e3c4ae1ee0b34a496cbf2d980832 (patch) | |
tree | f344ba42d0c986dfce414f1894cab9698142adaf | |
parent | 2ec7d42918f0170331cb4206d36d10837c815549 (diff) | |
download | linux-6a0a5a2a71b3e3c4ae1ee0b34a496cbf2d980832.tar.xz |
dt-bindings: arm64: rockchip: Add Pine64 PineTab2
Add devicvetree binding documentation for Pine64 PineTab2
which uses the Rockchip RK3566 SoC.
Signed-off-by: Manuel Traut <manut@mecka.net>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240127-pinetab2-v4-3-37aab1c39194@mecka.net
[moved Pinetab below Pinephone to keep alphabetical sorting]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index b03c85a05a92..433a25f4e744 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -649,6 +649,14 @@ properties: - const: pine64,pinephone-pro - const: rockchip,rk3399 + - description: Pine64 PineTab2 + items: + - enum: + - pine64,pinetab2-v0.1 + - pine64,pinetab2-v2.0 + - const: pine64,pinetab2 + - const: rockchip,rk3566 + - description: Pine64 Rock64 items: - const: pine64,rock64 |