diff options
author | Andy Yan <andy.yan@rock-chips.com> | 2017-03-17 18:18:40 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2017-05-14 14:32:10 +0200 |
commit | 5be21d0a0f487f779d6e1e72790852769e9d976f (patch) | |
tree | ae7bd53e55839bd33ebf184d27b64faac8becaf8 /Documentation/devicetree/bindings | |
parent | ARM: dts: rockchip: rename core dtsi from RK1108 to RV1108 (diff) | |
download | linux-5be21d0a0f487f779d6e1e72790852769e9d976f.tar.xz linux-5be21d0a0f487f779d6e1e72790852769e9d976f.zip |
ARM: dts: rockchip: rename RK1108-evb to RV1108-evb
Rockchip finally named the SOC as RV1108, so change it
for compatible.
The rk1108/rv1108 is completely new to the market, so there no real
devices exist in the wild, only the Rockchip internal evaluation
board. Therefore we're not breaking any existing devices when
changing compatible values.
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Acked-by: Rob Herring <robh@kernel.org>
[added paragraph about no real devices existing]
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings')
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt index c965d99e86c2..7b4847420ab5 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -138,9 +138,9 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "rockchip,px5-evb", "rockchip,px5", "rockchip,rk3368"; -- Rockchip RK1108 Evaluation board +- Rockchip RV1108 Evaluation board Required root node properties: - - compatible = "rockchip,rk1108-evb", "rockchip,rk1108"; + - compatible = "rockchip,rv1108-evb", "rockchip,rv1108"; - Rockchip RK3368 evb: Required root node properties: |