Changes between Version 49 and Version 50 of venice/mipi


Ignore:
Timestamp:
09/17/2025 09:57:25 PM (3 hours ago)
Author:
Ryan Erbstoesser
Comment:

add 16157 troubleshooting

Legend:

Unmodified
Added
Removed
Modified
  • venice/mipi

    v49 v50  
    251251 * 2MM-RT-M-H-ST (Gold 0.76um) = 5-2316113-5
    252252
     253==== GW16157 Troubleshooting
     254
     2551. Are you sure 24V is applied to the correct VIN pairs for the audio amplifier
     2562. Are you sure the device tree overlay discussed in the above section has been applied?
     2573. Can you see the audio codec on the I2C bus (bus 2, address 0x0a) with the example below:
     258{{{
     259root@jammy-venice:~# i2cdetect -y 2
     260     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
     26100:                         -- -- UU -- -- -- -- --
     26210: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     26320: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     26430: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     26540: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     26650: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     26760: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
     26870: -- -- -- -- -- -- -- --                             
     269root@jammy-venice:~# dmesg | grep sgtl
     270[    6.643354] sgtl5000 2-000a: sgtl5000 revision 0x11
     271[    6.645677] sgtl5000 2-000a: Using internal LDO instead of VDDD: check ER1 erratum
     272
     273}}}
     2744. Can you see the audio codec recognized without error in the dmesg boot logs, example below:
     275{{{                 
     276root@jammy-venice:~# dmesg | grep sgtl
     277[    6.643354] sgtl5000 2-000a: sgtl5000 revision 0x11
     278[    6.645677] sgtl5000 2-000a: Using internal LDO instead of VDDD: check ER1 erratum
     279
     280}}}
     281
    253282
    254283[=#software]