[PATCH v2 0/2] Enable USB support (peripheral mode) for Xiaomi Redmi 5A (riva)
From: Reza Kurniawan
Date: Sat Sep 12 2026 - 11:27:37 EST
The purpose of this series is to enable the device to act as a USB peripheral.
It enables USB-related DT nodes (controller and PHY) and modifies the
charger driver (BQ256XX) to expose its VBUS state through extcon.
Driver change is required since the device has its VBUS connected to the
charger IC, which means cable connection/disconnection events must be fed
from the charger IC, to the controller driver to dynamically enable/disable
the USB gadget functionality.
Signed-off-by: Reza Kurniawan <imkyufie@xxxxxxxxx>
---
Changes in v2:
- Make extcon feature optional
- Link to v1: https://patch.msgid.link/20260912-riva-usb-v1-0-0acd5cf8c62a@xxxxxxxxx
To: Sebastian Reichel <sre@xxxxxxxxxx>
To: Bjorn Andersson <andersson@xxxxxxxxxx>
To: Konrad Dybcio <konradybcio@xxxxxxxxxx>
To: Abel Vesa <abelvesa@xxxxxxxxxx>
To: Rob Herring <robh@xxxxxxxxxx>
To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
To: Conor Dooley <conor+dt@xxxxxxxxxx>
Cc: linux-pm@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Cc: linux-arm-msm@xxxxxxxxxxxxxxx
Cc: devicetree@xxxxxxxxxxxxxxx
---
Reza Kurniawan (2):
power: supply: bq256xx: Expose VBUS state through extcon
arm64: dts: qcom: msm8917-xiaomi-riva: Enable USB support (peripheral mode)
arch/arm64/boot/dts/qcom/msm8917-xiaomi-riva.dts | 17 ++++-
drivers/power/supply/Kconfig | 1 +
drivers/power/supply/bq256xx_charger.c | 96 ++++++++++++++++++++++--
3 files changed, 105 insertions(+), 9 deletions(-)
---
base-commit: 68142f986ff04b2b70b31db00f719bf690f64a9a
change-id: 20260912-riva-usb-ec9ef25c885c
Best regards,
--
Reza Kurniawan <imkyufie@xxxxxxxxx>