ARM: dts: msm: Fix axi constituent paths for ofe in sun dtsi
Add missing paths in ofe camera bus nodes for axi bw voting. Fix incorrect path in ofe read node. CRs-Fixed: 3648309 Change-Id: I3e528c34e51102dc71f4b801aa7a9c4458a44f9e Signed-off-by: Mukund Madhusudan Atre <quic_matre@quicinc.com>
This commit is contained in:
committed by
Camera Software Integration
parent
bc0fbbde26
commit
600c92672a
@@ -2394,7 +2394,8 @@
|
||||
<CAM_CPAS_PATH_DATA_OFE_WR_DC4
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_AI
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_PDI
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_IDEALRAW>;
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_IDEALRAW
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_STATS>;
|
||||
parent-node = <&level1_nrt2_wr>;
|
||||
};
|
||||
|
||||
@@ -2407,8 +2408,9 @@
|
||||
traffic-transaction-type =
|
||||
<CAM_CPAS_TRANSACTION_READ>;
|
||||
constituent-paths =
|
||||
<CAM_CPAS_PATH_DATA_OFE_WR_HDR_LTM
|
||||
CAM_CPAS_PATH_DATA_OFE_RD_INT_PDI>;
|
||||
<CAM_CPAS_PATH_DATA_OFE_RD_EXT
|
||||
CAM_CPAS_PATH_DATA_OFE_RD_INT_PDI
|
||||
CAM_CPAS_PATH_DATA_OFE_RD_INT_HDR>;
|
||||
parent-node = <&level1_nrt4_rd>;
|
||||
};
|
||||
|
||||
@@ -2423,7 +2425,8 @@
|
||||
constituent-paths =
|
||||
<CAM_CPAS_PATH_DATA_OFE_WR_VID
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_DISP
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_IR>;
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_IR
|
||||
CAM_CPAS_PATH_DATA_OFE_WR_HDR_LTM>;
|
||||
parent-node = <&level1_nrt3_wr>;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user