Commit 3c19b46a authored by Jacopo Mondi's avatar Jacopo Mondi Committed by Geert Uytterhoeven

arm64: dts: renesas: Add LIF channel indices to vsps properties

According to the Renesas R-Car DU bindings documentation, the 'vsps'
property should be composed of a phandle to the VSP instance and the
index of the LIF channel assigned to the DU channel. Some SoC device
tree source files do not specify any LIF channel index, relying on the
driver defaulting to 0 if not specified.

Align all device tree files by specifying the LIF channel indices as
prescribed by the bindings documentation.
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarJacopo Mondi <jacopo+renesas@jmondi.org>
Link: https://lore.kernel.org/r/20190825140135.12150-2-jacopo+renesas@jmondi.org/Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 54ce17dd
......@@ -2651,7 +2651,7 @@ du: display@feb00000 {
clock-names = "du.0", "du.1", "du.2";
status = "disabled";
vsps = <&vspd0 &vspd1 &vspd2>;
vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>;
ports {
#address-cells = <1>;
......
......@@ -30,7 +30,7 @@ &audma1 {
};
&du {
vsps = <&vspd0 &vspd1 &vspd2 &vspd3>;
vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>, <&vspd3 0>;
};
&fcpvb1 {
......
......@@ -2765,7 +2765,7 @@ du: display@feb00000 {
clock-names = "du.0", "du.1", "du.2";
status = "disabled";
vsps = <&vspd0 &vspd1 &vspd2>;
vsps = <&vspd0 0>, <&vspd1 0>, <&vspd2 0>;
ports {
#address-cells = <1>;
......
......@@ -1120,7 +1120,7 @@ du: display@feb00000 {
clock-names = "du.0";
power-domains = <&sysc R8A77970_PD_ALWAYS_ON>;
resets = <&cpg 724>;
vsps = <&vspd0>;
vsps = <&vspd0 0>;
status = "disabled";
ports {
......
......@@ -1495,7 +1495,7 @@ du: display@feb00000 {
clock-names = "du.0";
power-domains = <&sysc R8A77980_PD_ALWAYS_ON>;
resets = <&cpg 724>;
vsps = <&vspd0>;
vsps = <&vspd0 0>;
status = "disabled";
ports {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment