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

dt-bindings: display: tegra: Support SOR crossbar configuration

The SOR has a crossbar that can map each lane of the SOR to each of the
SOR pads. The mapping is usually the same across designs for a specific
SoC generation, but every now and then there's a design that doesn't.

Allow the crossbar configuration to be specified in device tree to make
it possible to support these designs.

Signed-off-by: Thierry Reding <treding@nvidia.com>

+3
+3
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
··· 238 238 - nvidia,hpd-gpio: specifies a GPIO used for hotplug detection 239 239 - nvidia,edid: supplies a binary EDID blob 240 240 - nvidia,panel: phandle of a display panel 241 + - nvidia,xbar-cfg: 5 cells containing the crossbar configuration. Each lane 242 + of the SOR, identified by the cell's index, is mapped via the crossbar to 243 + the pad specified by the cell's value. 241 244 242 245 Optional properties when driving an eDP output: 243 246 - nvidia,dpaux: phandle to a DispayPort AUX interface