diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2017-04-05 12:33:20 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-05-14 01:38:14 +0300 |
commit | 09effa5c31ca3f39061559fa9e81e5d421b6fbe6 (patch) | |
tree | 81c10f3b54d3a28d51e33d6e85f41c7ca50af665 /Documentation/devicetree/bindings/arm/rockchip.txt | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-09effa5c31ca3f39061559fa9e81e5d421b6fbe6.tar.xz |
dt-bindings: add firefly-rk3399 board support
Use "firefly,firefly-rk3399" compatible string for firefly-rk3399 board.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/rockchip.txt')
-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 c965d99e86c2..3c23b5de3324 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -42,6 +42,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "firefly,firefly-rk3288-reload", "rockchip,rk3288"; +- Firefly Firefly-RK3399 board: + Required root node properties: + - compatible = "firefly,firefly-rk3399", "rockchip,rk3399"; + - ChipSPARK PopMetal-RK3288 board: Required root node properties: - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288"; |