diff options
author | Heiko Stuebner <heiko.stuebner@theobroma-systems.com> | 2020-04-14 10:29:37 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2020-04-19 14:29:20 +0200 |
commit | 98412e1e57ea776b4581077a68fe6ed598bfba99 (patch) | |
tree | 0be445d773bb5f0e470376779fb67830bd20489c | |
parent | df07f7df7e5a61d06b21f89c4ab744fb4e4c2222 (diff) |
dt-bindings: Add binding for Hardkernel Odroid Go Advance
Add a compatible for the Odroid Go Advance from Hardkernel.
The compatible used by the vendor already is odroid-go2, to distinguish
it from the previous (microcontroller-based) Odroid Go, so we're keeping
that, also to not cause unnecessary incompatibilites.
Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200414082938.2977572-2-heiko@sntech.de
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 715586dea9bb..d4a4045092df 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -358,6 +358,11 @@ properties: - const: haoyu,marsboard-rk3066 - const: rockchip,rk3066a + - description: Hardkernel Odroid Go Advance + items: + - const: hardkernel,rk3326-odroid-go2 + - const: rockchip,rk3326 + - description: Hugsun X99 TV Box items: - const: hugsun,x99 |