Skip to content

Commit 6434e32

Browse files
committed
fix comments for xavier patch
Signed-off-by: ejgoldik <ehud.joseph.goldik@realsenseai.com>
1 parent 12b032c commit 6434e32

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kernel/nvidia/5.0.2/0015-Adding-max96712-support-for-D4xx.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,13 @@ index 8081385f0..3de1643bc 100644
271271
+ {MAX96712_MIPI_TX10_ADDR, 0x40}, //0x94a - MIPI lane count
272272
+ {MAX96712_MIPI_PHY3_ADDR, 0xe4}, //0x8A3, Lower phys to lower lanes
273273
+
274-
+ /* Put DPLL for ctrl 1 and 2 in reset (config_soft_rst_n = 0) before changing MIPI lane rates */
274+
+ /* Put DPLL in reset before changing MIPI lane rates */
275275
+ {MAX96712_DPLL_0_ADDR, 0xF4}, //0x1D00
276276
+
277277
+ /* 1500Mbps/lane on port A */
278278
+ {MAX96712_BACKTOP25_ADDR, 0x2f}, //0x418
279279
+
280-
+ /* Release DPLL reset (config_soft_rst_n = 1) */
280+
+ /* Release DPLL reset */
281281
+ {MAX96712_DPLL_0_ADDR, 0xF5}, //0x1D00
282282
+
283283
+ /* ALT2_MEM_MAP8 */

0 commit comments

Comments
 (0)