arm64: dts: rockchip: rk3528-evb1: close es7243_sound
Since we must switch the DIP switch to make es7243 work in evb1, if not do that, the i2c error accur: [0321084917][ 41.145030] rk3x-i2c ffa80000.i2c: timeout, ipd: 0x00, state: 2 [ 41.145088] es7243_write error->[REG-0x0b,val-0x8c] [0321084918][ 42.158359] rk3x-i2c ffa80000.i2c: timeout, ipd: 0x00, state: 2 [ 42.158409] es7243_read error1 [0321084919][ 43.171692] rk3x-i2c ffa80000.i2c: timeout, ipd: 0x00, state: 2 [ 43.171743] es7243_write error->[REG-0x0c,val-0x80] [0321084920][ 44.185026] rk3x-i2c ffa80000.i2c: timeout, ipd: 0x00, state: 2 [ 44.185080] es7243_write error->[REG-0x03,val-0x20] [0321084921][ 45.198330] rk3x-i2c ffa80000.i2c: timeout, ipd: 0x00, state: 2 [ 45.198379] es7243_write error->[REG-0x0d,val-0x00] [0321084923][ 46.211691] rk3x-i2c ffa80000.i2c: timeout, ipd: 0x00, state: 2 So close it. Then switch the DIP switch and enable es7243_sound node if use es7243_sound card. Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I0dc4139aef4587ad4a303ede594ef1213704d808
This commit is contained in:
parent
c70a59e2db
commit
c938fada4a
|
|
@ -46,7 +46,7 @@
|
|||
};
|
||||
|
||||
&es7243_sound {
|
||||
status = "okay";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&gmac1 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue