mbox series

[0/2] Add blsp1_i2c6 and blsp1_uart2 to MSM8226 SoC

Message ID 20230902-msm8226-i2c6-v1-0-9632b8916789@z3ntu.xyz
Headers show
Series Add blsp1_i2c6 and blsp1_uart2 to MSM8226 SoC | expand

Message

Luca Weiss Sept. 2, 2023, 5:32 p.m. UTC
Add the I2C bus and UART interface found on the MSM8226. For the I2C bus
we also first need to add the pinctrl function in the driver.

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
---
Luca Weiss (2):
      pinctrl: qcom: msm8226: Add blsp_i2c6 function
      ARM: dts: qcom: msm8226: Add blsp1_i2c6 and blsp1_uart2

 arch/arm/boot/dts/qcom/qcom-msm8226.dtsi | 29 +++++++++++++++++++++++++++++
 drivers/pinctrl/qcom/pinctrl-msm8226.c   |  8 ++++++--
 2 files changed, 35 insertions(+), 2 deletions(-)
---
base-commit: 7c2878be573282a9961c359b806ccf70afe1a6b6
change-id: 20230902-msm8226-i2c6-0f7d74dafa8b

Best regards,

Comments

Konrad Dybcio Sept. 2, 2023, 8:30 p.m. UTC | #1
On 2.09.2023 19:32, Luca Weiss wrote:
> On GPIO22 and GPIO23 there is another I2C bus. Add the function for it.
> 
> Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
> ---
Need to also update the bindings

Konrad