[PATCH v3 2/5] dt-bindings: sort Rockchip vop compatible by chip's number

From: Sean Paul
Date: Wed Aug 17 2016 - 13:11:53 EST


From: Mark Yao <mark.yao@xxxxxxxxxxxxxx>

Reorder the compatible vop devices to be sorted by chip number
in ascending order.

Reviewed-by: Tomasz Figa <tfiga@xxxxxxxxxxxx>
Signed-off-by: Mark Yao <mark.yao@xxxxxxxxxxxxxx>
[seanpaul added commit description per tfiga's review]
Signed-off-by: Sean Paul <seanpaul@xxxxxxxxxxxx>
---

Changes in v3:
- Updated commit message (Tomasz Figa)

Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
index 5489b59..196121f 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt
@@ -6,8 +6,8 @@ buffer to an external LCD interface.

Required properties:
- compatible: value should be one of the following
- "rockchip,rk3288-vop";
"rockchip,rk3036-vop";
+ "rockchip,rk3288-vop";

- interrupts: should contain a list of all VOP IP block interrupts in the
order: VSYNC, LCD_SYSTEM. The interrupt specifier
--
2.8.0.rc3.226.g39d4020