commit | 6d6c815daad8ec3469135c310ed39849cbe7752c | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Fri Jan 25 11:00:58 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Thu Feb 07 18:29:02 2019 +0100 |
tree | 3d951a6f23ad407ab4424d92339ae92583135d81 | |
parent | 6c2b3881d0df85fed7e3f43dcc9cbc3e5124bc12 [diff] |
drm/tegra: sor: Support device tree crossbar configuration The crossbar configuration is usually the same across all designs for a given SoC generation. But sometimes there are designs that require some other configuration. Implement support for parsing the crossbar configuration from a device tree. If the crossbar configuration is not present in the device tree, fall back to the default crossbar configuration. Signed-off-by: Thierry Reding <treding@nvidia.com>