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

dt-bindings: display: xilinx: Fix example with psgtr

Commit cea0f76a483d ("dt-bindings: phy: Add DT bindings for Xilinx ZynqMP
PSGTR PHY") clearly defines #phy-cells as 4. In past 5 cells were used by
it never went to upstream. That's why fix example by using only 4 cells
instead of 5.

Fixes: e7c7970a678d ("dt-bindings: display: xlnx: Add ZynqMP DP subsystem bindings")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/a291be294dea6e580ad9acd436742a48b7cd00a2.1634539210.git.michal.simek@xilinx.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Michal Simek and committed by
Rob Herring
5628d9f1 243dde59

+2 -2
+2 -2
Documentation/devicetree/bindings/display/xlnx/xlnx,zynqmp-dpsub.yaml
··· 160 160 <&xlnx_dpdma 2>, 161 161 <&xlnx_dpdma 3>; 162 162 163 - phys = <&psgtr 1 PHY_TYPE_DP 0 3 27000000>, 164 - <&psgtr 0 PHY_TYPE_DP 1 3 27000000>; 163 + phys = <&psgtr 1 PHY_TYPE_DP 0 3>, 164 + <&psgtr 0 PHY_TYPE_DP 1 3>; 165 165 166 166 phy-names = "dp-phy0", "dp-phy1"; 167 167 };