Skip to content
Snippets Groups Projects
Commit 0caad193 authored by Dirk Eibach's avatar Dirk Eibach Committed by Tom Rini
Browse files

board: gdsys: Configure DP501 SPDIF input


Signed-off-by: default avatarDirk Eibach <dirk.eibach@gdsys.cc>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
parent 45749156
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,8 @@ void dp501_powerup(u8 addr)
i2c_reg_write(addr + 2, 0x24, 0x02); /* clock input single ended */
#endif
i2c_reg_write(addr + 2, 0x1a, 0x04); /* SPDIF input method TTL */
i2c_reg_write(addr + 2, 0x00, 0x18); /* driving strength */
i2c_reg_write(addr + 2, 0x03, 0x06); /* driving strength */
i2c_reg_write(addr, 0x2c, 0x00); /* configure N value */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment