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

arm64: dts: qcom: sa8775p-ride: enable i2c11

This enables the i2c11 node on sa8775p-ride board for A2B controller
and audio port expander.

Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230526133122.16443-6-quic_shazhuss@quicinc.com

authored by

Shazad Hussain and committed by
Bjorn Andersson
a1f6bef2 445a523d

+15
+15
arch/arm64/boot/dts/qcom/sa8775p-ride.dts
··· 19 19 serial0 = &uart10; 20 20 serial1 = &uart12; 21 21 serial2 = &uart17; 22 + i2c11 = &i2c11; 22 23 i2c18 = &i2c18; 23 24 spi16 = &spi16; 24 25 ufshc1 = &ufs_mem_hc; ··· 261 260 }; 262 261 }; 263 262 263 + &i2c11 { 264 + clock-frequency = <400000>; 265 + pinctrl-0 = <&qup_i2c11_default>; 266 + pinctrl-names = "default"; 267 + status = "okay"; 268 + }; 269 + 264 270 &i2c18 { 265 271 clock-frequency = <400000>; 266 272 pinctrl-0 = <&qup_i2c18_default>; ··· 376 368 function = "qup2_se2"; 377 369 drive-strength = <6>; 378 370 bias-disable; 371 + }; 372 + 373 + qup_i2c11_default: qup-i2c11-state { 374 + pins = "gpio48", "gpio49"; 375 + function = "qup1_se4"; 376 + drive-strength = <2>; 377 + bias-pull-up; 379 378 }; 380 379 381 380 qup_i2c18_default: qup-i2c18-state {