diff options
author | Heiko Stuebner <heiko.stuebner@bq.com> | 2018-08-28 08:45:54 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2018-12-06 14:08:33 +0100 |
commit | 36ead91499160b459d66cd70949511cde829204f (patch) | |
tree | 400074bc4665c046db75f77a051ba984ddd5b13e /Documentation | |
parent | ARM: dts: rockchip: add VPU device node for RK3288 (diff) | |
download | linux-36ead91499160b459d66cd70949511cde829204f.tar.xz linux-36ead91499160b459d66cd70949511cde829204f.zip |
ARM: dts: rockchip: add BQ Edison 2 QC devicetree
The Edison 2 Quad-Core was a Tablet device released in 2013 by MundoReader
using a rk3188 soc. Add a devicetree for it.
Signed-off-by: Heiko Stuebner <heiko.stuebner@bq.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation')
-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 0cc71236d639..4e37938edbe9 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -33,6 +33,10 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "mundoreader,bq-curie2", "rockchip,rk3066a"; +- bq Edison 2 Quad-Core tablet: + Required root node properties: + - compatible = "mundoreader,bq-edison2qc", "rockchip,rk3188"; + - ChipSPARK Rayeager PX2 board: Required root node properties: - compatible = "chipspark,rayeager-px2", "rockchip,rk3066a"; |