diff options
author | Caesar Wang <wxt@rock-chips.com> | 2015-12-17 22:21:50 +0800 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-12-19 18:11:48 +0100 |
commit | 94cf32b97bbb043b99e914aacff1a6d7833daf58 (patch) | |
tree | 6ead1a3075e9479be07ce56fe7e66dca734d4ad5 /Documentation/devicetree/bindings/arm | |
parent | 187d7967a5ee630ae062fb543655e59d2f0f91fb (diff) |
ARM: dts: rockchip: add the kylin board for rk3036
This patchset is the initiation version to try work
for kylin board.
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt index 56a12defd87b..c980b2b81227 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -1,6 +1,10 @@ Rockchip platforms device tree bindings --------------------------------------- +- Kylin RK3036 board: + Required root node properties: + - compatible = "rockchip,kylin-rk3036", "rockchip,rk3036"; + - MarsBoard RK3066 board: Required root node properties: - compatible = "haoyu,marsboard-rk3066", "rockchip,rk3066a"; |