diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2015-03-01 04:28:24 -0500 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-03-04 14:54:36 -0500 |
commit | d55ce8d818a992cef7de014ed1b86108cf3f27a4 (patch) | |
tree | 40cf66f6dea862b082a79692f68f3543c465f7d2 /Documentation/devicetree/bindings/arm/rockchip.txt | |
parent | f36abc869886ac91f88c72d21835497686228558 (diff) |
dt-bindings: add root compatible property for PopMetal board
PopMetal board is a rk3288 based board made by ChipSpark, this
add root compatible property for it
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
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 6809e4e51ed2..60d4a1e0a9b5 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt | |||
@@ -22,3 +22,7 @@ Rockchip platforms device tree bindings | |||
22 | - compatible = "firefly,firefly-rk3288", "rockchip,rk3288"; | 22 | - compatible = "firefly,firefly-rk3288", "rockchip,rk3288"; |
23 | or | 23 | or |
24 | - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288"; | 24 | - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288"; |
25 | |||
26 | - ChipSPARK PopMetal-RK3288 board: | ||
27 | Required root node properties: | ||
28 | - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288"; | ||