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

ARM: dts: qcom: msm8226: Add blsp1_i2c6 and blsp1_uart2

Add more busses found on msm8226 SoC.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230922-msm8226-i2c6-v2-3-3fb55c47a084@z3ntu.xyz
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Luca Weiss and committed by
Linus Walleij
ba369b3b 52d637cd

+33
+33
arch/arm/boot/dts/qcom/qcom-msm8226.dtsi
··· 230 230 status = "disabled"; 231 231 }; 232 232 233 + blsp1_uart2: serial@f991e000 { 234 + compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 235 + reg = <0xf991e000 0x1000>; 236 + interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; 237 + clocks = <&gcc GCC_BLSP1_UART2_APPS_CLK>, 238 + <&gcc GCC_BLSP1_AHB_CLK>; 239 + clock-names = "core", 240 + "iface"; 241 + status = "disabled"; 242 + }; 243 + 233 244 blsp1_uart3: serial@f991f000 { 234 245 compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; 235 246 reg = <0xf991f000 0x1000>; ··· 322 311 pinctrl-0 = <&blsp1_i2c5_pins>; 323 312 #address-cells = <1>; 324 313 #size-cells = <0>; 314 + }; 315 + 316 + blsp1_i2c6: i2c@f9928000 { 317 + compatible = "qcom,i2c-qup-v2.1.1"; 318 + reg = <0xf9928000 0x1000>; 319 + interrupts = <GIC_SPI 100 IRQ_TYPE_LEVEL_HIGH>; 320 + clocks = <&gcc GCC_BLSP1_QUP6_I2C_APPS_CLK>, 321 + <&gcc GCC_BLSP1_AHB_CLK>; 322 + clock-names = "core", 323 + "iface"; 324 + pinctrl-0 = <&blsp1_i2c6_pins>; 325 + pinctrl-names = "default"; 326 + #address-cells = <1>; 327 + #size-cells = <0>; 328 + status = "disabled"; 325 329 }; 326 330 327 331 cci: cci@fda0c000 { ··· 482 456 blsp1_i2c5_pins: blsp1-i2c5-state { 483 457 pins = "gpio18", "gpio19"; 484 458 function = "blsp_i2c5"; 459 + drive-strength = <2>; 460 + bias-disable; 461 + }; 462 + 463 + blsp1_i2c6_pins: blsp1-i2c6-state { 464 + pins = "gpio22", "gpio23"; 465 + function = "blsp_i2c6"; 485 466 drive-strength = <2>; 486 467 bias-disable; 487 468 };