From 143b80d00a275c45e69ebafbd0867e688ab7925c Mon Sep 17 00:00:00 2001 From: Venkatesh Yadav Abbarapu Date: Sun, 24 Jan 2021 22:18:58 -0700 Subject: [PATCH] mipi_csi_rx: Add backward v5.0 compatible string This patch adds the backward v5.0 compatible string to make the driver work with IP v5.1. Signed-off-by: Sandeep Gundlupet Raju Acked-by: Venkatesh Yadav Abbarapu --- mipi_csi2_rx/data/mipi_csi2_rx.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/mipi_csi2_rx/data/mipi_csi2_rx.tcl b/mipi_csi2_rx/data/mipi_csi2_rx.tcl index bb455c4..2d83b2d 100644 --- a/mipi_csi2_rx/data/mipi_csi2_rx.tcl +++ b/mipi_csi2_rx/data/mipi_csi2_rx.tcl @@ -26,6 +26,7 @@ proc generate {drv_handle} { } set compatible [get_comp_str $drv_handle] + set compatible [append compatible " " "xlnx,mipi-csi2-rx-subsystem-5.0"] set_drv_prop $drv_handle compatible "$compatible" stringlist set dphy_en_reg_if [get_property CONFIG.DPY_EN_REG_IF [get_cells -hier $drv_handle]] if {[string match -nocase $dphy_en_reg_if "true"]} { -- 2.17.1