Message ID | 20240221-pm4125-typec-v3-0-fdd0ee0465b8@linaro.org |
---|---|
Headers | show |
Series | arm64: dts: qcom: qrb2210-rb1: enable Type-C support | expand |
On Wed, 21 Feb 2024 at 01:58, Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote: > > Plug in USB-C related bits and pieces to enable USB role switching and > USB-C orientation handling for the Qualcomm RB1 board. > > Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> I didn't pick it from v2, please excuse me. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> > --- > arch/arm64/boot/dts/qcom/qcm2290.dtsi | 42 ++++++++++++++++++++++ > arch/arm64/boot/dts/qcom/qrb2210-rb1.dts | 60 +++++++++++++++++++++++++++----- > 2 files changed, 94 insertions(+), 8 deletions(-)
On Wed, 21 Feb 2024 01:58:49 +0200, Dmitry Baryshkov wrote: > Reuse Type-C support implemented for the PMI632 PMIC (found on Qualcomm > Robotics RB2 platform) and implement Type-C handling for the Qualcomm > Robotics RB1 platform. > > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next Thanks! [1/3] regulator: dt-bindings: qcom,usb-vbus-regulator: add support for PM4125 commit: b9262cc1b988cdaf9bb5c2a4411d4ad4e7128e8d All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark
Reuse Type-C support implemented for the PMI632 PMIC (found on Qualcomm Robotics RB2 platform) and implement Type-C handling for the Qualcomm Robotics RB1 platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Changes in v3: - Fixed the commit subject for the regulators patch (Mark Brown) - Rebased on top of linux-next, dropping applied patches - Link to v2: https://lore.kernel.org/r/20240202-pm4125-typec-v2-0-12771d85700d@linaro.org Changes in v2: - Removed unnecessary conditional expansion, covered by existing compat string (Krzysztof) - Link to v1: https://lore.kernel.org/r/20240130-pm4125-typec-v1-0-e8d0097e2991@linaro.org --- Dmitry Baryshkov (3): regulator: dt-bindings: qcom,usb-vbus-regulator: add support for PM4125 dt-bindings: usb: qcom,pmic-typec: add support for the PM4125 block arm64: dts: qcom: qrb2210-rb1: enable USB-C port handling .../regulator/qcom,usb-vbus-regulator.yaml | 1 + .../devicetree/bindings/usb/qcom,pmic-typec.yaml | 12 +++-- arch/arm64/boot/dts/qcom/qcm2290.dtsi | 42 +++++++++++++++ arch/arm64/boot/dts/qcom/qrb2210-rb1.dts | 60 +++++++++++++++++++--- 4 files changed, 104 insertions(+), 11 deletions(-) --- base-commit: d17c63c5000f53307cd2a509b216dd197948ae80 change-id: 20240117-pm4125-typec-8800d9c09aec Best regards,