Date: | 2012-08-25 21:58:20 (8 years 4 months ago) |
---|---|
Author: | Maarten ter Huurne |
Commit: | 62d5a4c2cb12d11f1ee1aceb1691240239e017d2 |
Message: | MIPS: JZ4740: A320: Hardcode GPIO I2C bus number The previous bus ID value of -1 should auto-assign an unused bus number, but apparently it does not consider bus 0 unused since the RDA5807 is registered on there, so it picks bus 1 and the RDA5807 becomes unreachable. Thanks to Lars-Peter Clausen for figuring out the cause of this problem and to Marcos Paulo de Souza for testing the fix. |
Files: |
arch/mips/jz4740/board-a320.c (1 diff) |
Change Details
arch/mips/jz4740/board-a320.c | ||
---|---|---|
70 | 70 | |
71 | 71 | static struct platform_device a320_i2c_device = { |
72 | 72 | .name = "i2c-gpio", |
73 | .id = -1, | |
73 | .id = 0, | |
74 | 74 | .dev = { |
75 | 75 | .platform_data = &a320_i2c_pdata, |
76 | 76 | }, |
Branches:
ben-wpan
ben-wpan-stefan
5396a9238205f20f811ea57898980d3ca82df0b6
jz-2.6.34
jz-2.6.34-rc5
jz-2.6.34-rc6
jz-2.6.34-rc7
jz-2.6.35
jz-2.6.36
jz-2.6.37
jz-2.6.38
jz-2.6.39
jz-3.0
jz-3.1
jz-3.11
jz-3.12
jz-3.13
jz-3.15
jz-3.16
jz-3.18-dt
jz-3.2
jz-3.3
jz-3.4
jz-3.5
jz-3.6
jz-3.6-rc2-pwm
jz-3.9
jz-3.9-clk
jz-3.9-rc8
jz47xx
jz47xx-2.6.38
master
Tags:
od-2011-09-04
od-2011-09-18
v2.6.34-rc5
v2.6.34-rc6
v2.6.34-rc7
v3.9