diff options
author | David Summers <beagleboard@davidjohnsummers.uk> | 2018-09-23 14:38:07 +0300 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-09-26 15:31:30 +0300 |
commit | 186b45657b244ce865e01b65d73868a48252e1ff (patch) | |
tree | 791ceb6b65cfc0a307fb6f41b7635b1e8018ed8e /Documentation/devicetree/bindings/arm/rockchip.txt | |
parent | e58c5e739d6f0bd2d5f1796f7638e7a3d53379b0 (diff) | |
download | linux-186b45657b244ce865e01b65d73868a48252e1ff.tar.xz |
ARM: dts: rockchip: add rk3288-based Tinker board S
Add the actual dts for the tinker board S, which brings its own emmc
device, not therefore not requiring an sd-card to boot.
Signed-off-by: David Summers <beagleboard@davidjohnsummers.uk>
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 acfd3c773dd0..037ce94c3a73 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -13,6 +13,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "asus,rk3288-tinker", "rockchip,rk3288"; +- Asus Tinker board S + Required root node properties: + - compatible = "asus,rk3288-tinker-s", "rockchip,rk3288"; + - Kylin RK3036 board: Required root node properties: - compatible = "rockchip,kylin-rk3036", "rockchip,rk3036"; |