Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

arm64: dts: qcom: sa8540p-ride: Document i2c busses

It isn't obvious in the current devicetree what is connected. Go ahead
and document what's on the other end.

Signed-off-by: Andrew Halaney <ahalaney@redhat.com>
Reviewed-by: Eric Chanudet <echanude@redhat.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230130154823.117542-2-ahalaney@redhat.com

authored by

Andrew Halaney and committed by
Bjorn Andersson
f1d6f9d2 f187e989

+5
+5
arch/arm64/boot/dts/qcom/sa8540p-ride.dts
··· 317 317 318 318 &tlmm { 319 319 i2c0_default: i2c0-default-state { 320 + /* To USB7002T-I/KDXVA0 USB hub (SIP1 only) */ 320 321 pins = "gpio135", "gpio136"; 321 322 function = "qup0"; 322 323 drive-strength = <2>; ··· 325 324 }; 326 325 327 326 i2c1_default: i2c1-default-state { 327 + /* To PM40028B-F3EI PCIe switch */ 328 328 pins = "gpio158", "gpio159"; 329 329 function = "qup1"; 330 330 drive-strength = <2>; ··· 333 331 }; 334 332 335 333 i2c12_default: i2c12-default-state { 334 + /* To Maxim max20411 */ 336 335 pins = "gpio0", "gpio1"; 337 336 function = "qup12"; 338 337 drive-strength = <2>; ··· 341 338 }; 342 339 343 340 i2c15_default: i2c15-default-state { 341 + /* To display connector (SIP1 only) */ 344 342 pins = "gpio36", "gpio37"; 345 343 function = "qup15"; 346 344 drive-strength = <2>; ··· 349 345 }; 350 346 351 347 i2c18_default: i2c18-default-state { 348 + /* To ASM330LHH IMU (SIP1 only) */ 352 349 pins = "gpio66", "gpio67"; 353 350 function = "qup18"; 354 351 drive-strength = <2>;