Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: display: renesas: du: Add vendor prefix to vsps property

The Renesas-specific "vsps" property lacks a vendor prefix.
Add a "renesas," prefix to comply with DT best practises.

Move "renesas,vsps" below "renesas,cmms" to preserve alphabetical sort
order.

Fixes: 06711e6385a4ab4c ("drm: rcar-du: Document the vsps property in the DT bindings")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

authored by

Geert Uytterhoeven and committed by
Laurent Pinchart
c81456d2 b28a9314

+6 -6
+6 -6
Documentation/devicetree/bindings/display/renesas,du.txt
··· 41 41 supplied they must be named "dclkin.x" with "x" being the input clock 42 42 numerical index. 43 43 44 - - vsps: A list of phandle and channel index tuples to the VSPs that handle 45 - the memory interfaces for the DU channels. The phandle identifies the VSP 46 - instance that serves the DU channel, and the channel index identifies the 47 - LIF instance in that VSP. 48 - 49 44 - renesas,cmms: A list of phandles to the CMM instances present in the SoC, 50 45 one for each available DU channel. The property shall not be specified for 51 46 SoCs that do not provide any CMM (such as V3M and V3H). 47 + 48 + - renesas,vsps: A list of phandle and channel index tuples to the VSPs that 49 + handle the memory interfaces for the DU channels. The phandle identifies the 50 + VSP instance that serves the DU channel, and the channel index identifies 51 + the LIF instance in that VSP. 52 52 53 53 Required nodes: 54 54 ··· 96 96 <&cpg CPG_MOD 722>, 97 97 <&cpg CPG_MOD 721>; 98 98 clock-names = "du.0", "du.1", "du.2", "du.3"; 99 - vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>, <&vspd0 1>; 100 99 renesas,cmms = <&cmm0>, <&cmm1>, <&cmm2>, <&cmm3>; 100 + renesas,vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>, <&vspd0 1>; 101 101 102 102 ports { 103 103 #address-cells = <1>;