On Tue, Mar 8, 2022 at 3:49 AM Robert Foss robert.foss@linaro.org wrote:
Revert DPI support from binding.
DPI support relies on the bus-type enum which does not yet support Mipi DPI, since no v4l2_fwnode_bus_type has been defined for this bus type.
When DPI for anx7625 was initially added, it assumed that V4L2_FWNODE_BUS_TYPE_PARALLEL was the correct bus type for representing DPI, which it is not.
In order to prevent adding this mis-usage to the ABI, let's revert the support.
Signed-off-by: Robert Foss robert.foss@linaro.org Reviewed-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
Changes since v1:
- Rob: Instead of reverting the entire commit introducing this, do a partial revert of only the relevant parts.
.../display/bridge/analogix,anx7625.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-)
Reviewed-by: Rob Herring robh@kernel.org