diff options
author | Johan Jonker <[email protected]> | 2020-08-08 18:06:17 +0200 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2020-08-30 21:11:39 +0200 |
commit | 0dc8c62c92d4df35a001b613ebe10f95e4ebf776 (patch) | |
tree | 7cb222287ee1cc10d182fdefed3644be355f025e | |
parent | cb1cc137a2c148cbe60e5065afa1a09e176e0269 (diff) |
dt-bindings: arm: rockchip: add Zkmagic A95X Z2 description
Add Zkmagic A95X Z2 description for a board with rk3318 processor.
Signed-off-by: Johan Jonker <[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 7025d00c06cc..251c3ca22e1b 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -559,4 +559,9 @@ properties: items: - const: tronsmart,orion-r68-meta - const: rockchip,rk3368 + + - description: Zkmagic A95X Z2 + items: + - const: zkmagic,a95x-z2 + - const: rockchip,rk3318 ... |