.../bindings/clock/qcom,dispcc-sm6125.yaml | 3 + .../devicetree/bindings/leds/irled/ir-spi-led.yaml | 2 +- .../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 56 +++++++ arch/arm64/boot/dts/qcom/sm6125.dtsi | 168 +++++++++++---------- 4 files changed, 152 insertions(+), 77 deletions(-)
This patch series add support for various components in Xiaomi Redmi
Note 8.
Most notably:
- IR transmitter
- USB-C OTG
- Vibrator
Also, fix some bindings warning as reported due to previous commits.
These are tested with linux-next tag next-20260320.
Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com>
---
Biswapriyo Nath (7):
arm64: dts: qcom: sm6125-xiaomi-ginkgo: Enable vibrator
arm64: dts: qcom: sm6125: Enable USB-C port handling
arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add PMI632 Type-C property
dt-bindings: leds: irled: ir-spi-led: Add new duty-cycle value
arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add IR transmitter
arm64: dts: qcom: sm6125: Use 64 bit addressing
dt-bindings: clock: qcom, dispcc-sm6125: Add #reset-cells property
.../bindings/clock/qcom,dispcc-sm6125.yaml | 3 +
.../devicetree/bindings/leds/irled/ir-spi-led.yaml | 2 +-
.../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 56 +++++++
arch/arm64/boot/dts/qcom/sm6125.dtsi | 168 +++++++++++----------
4 files changed, 152 insertions(+), 77 deletions(-)
---
base-commit: 785f0eb2f85decbe7c1ef9ae922931f0194ffc2e
change-id: 20260325-ginkgo-add-usb-ir-vib-4a51bd9ff64b
Best regards,
--
Biswapriyo Nath <nathbappai@gmail.com>
On Wed, 25 Mar 2026 18:07:23 +0000 Biswapriyo Nath <nathbappai@gmail.com> wrote: > This patch series add support for various components in Xiaomi Redmi > Note 8. > v2 of this patch series was sent here[1]. [1]: https://lore.kernel.org/linux-arm-msm/20260329-ginkgo-add-usb-ir-vib-v2-0-870e0745e55e@gmail.com/
On 3/25/26 7:07 PM, Biswapriyo Nath wrote: > This patch series add support for various components in Xiaomi Redmi > Note 8. > > Most notably: > - IR transmitter > - USB-C OTG > - Vibrator > > Also, fix some bindings warning as reported due to previous commits. > These are tested with linux-next tag next-20260320. > > Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> > --- > Biswapriyo Nath (7): > arm64: dts: qcom: sm6125-xiaomi-ginkgo: Enable vibrator > arm64: dts: qcom: sm6125: Enable USB-C port handling > arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add PMI632 Type-C property > dt-bindings: leds: irled: ir-spi-led: Add new duty-cycle value > arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add IR transmitter > arm64: dts: qcom: sm6125: Use 64 bit addressing > dt-bindings: clock: qcom, dispcc-sm6125: Add #reset-cells property > > .../bindings/clock/qcom,dispcc-sm6125.yaml | 3 + > .../devicetree/bindings/leds/irled/ir-spi-led.yaml | 2 +- > .../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 56 +++++++ I'm assuming all of these changes apply to both ginkgo and willow, which both include ginkgo-common? Konrad
On 2026-03-26 10:39, Konrad Dybcio wrote: > On 3/25/26 7:07 PM, Biswapriyo Nath wrote: >> This patch series add support for various components in Xiaomi Redmi >> Note 8. >> >> Most notably: >> - IR transmitter >> - USB-C OTG >> - Vibrator >> >> Also, fix some bindings warning as reported due to previous commits. >> These are tested with linux-next tag next-20260320. >> >> Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> >> --- >> Biswapriyo Nath (7): >> arm64: dts: qcom: sm6125-xiaomi-ginkgo: Enable vibrator >> arm64: dts: qcom: sm6125: Enable USB-C port handling >> arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add PMI632 Type-C >> property >> dt-bindings: leds: irled: ir-spi-led: Add new duty-cycle value >> arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add IR transmitter >> arm64: dts: qcom: sm6125: Use 64 bit addressing >> dt-bindings: clock: qcom, dispcc-sm6125: Add #reset-cells >> property >> >> .../bindings/clock/qcom,dispcc-sm6125.yaml | 3 + >> .../devicetree/bindings/leds/irled/ir-spi-led.yaml | 2 +- >> .../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 56 +++++++ > > I'm assuming all of these changes apply to both ginkgo and willow, > which both include ginkgo-common? All these change should work on both, willow is a ginkgo with NFC. > > Konrad
On 3/26/26 6:48 PM, barnabas.czeman@mainlining.org wrote: > On 2026-03-26 10:39, Konrad Dybcio wrote: >> On 3/25/26 7:07 PM, Biswapriyo Nath wrote: >>> This patch series add support for various components in Xiaomi Redmi >>> Note 8. >>> >>> Most notably: >>> - IR transmitter >>> - USB-C OTG >>> - Vibrator >>> >>> Also, fix some bindings warning as reported due to previous commits. >>> These are tested with linux-next tag next-20260320. >>> >>> Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> >>> --- >>> Biswapriyo Nath (7): >>> arm64: dts: qcom: sm6125-xiaomi-ginkgo: Enable vibrator >>> arm64: dts: qcom: sm6125: Enable USB-C port handling >>> arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add PMI632 Type-C property >>> dt-bindings: leds: irled: ir-spi-led: Add new duty-cycle value >>> arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add IR transmitter >>> arm64: dts: qcom: sm6125: Use 64 bit addressing >>> dt-bindings: clock: qcom, dispcc-sm6125: Add #reset-cells property >>> >>> .../bindings/clock/qcom,dispcc-sm6125.yaml | 3 + >>> .../devicetree/bindings/leds/irled/ir-spi-led.yaml | 2 +- >>> .../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 56 +++++++ >> >> I'm assuming all of these changes apply to both ginkgo and willow, >> which both include ginkgo-common? > All these change should work on both, willow is a ginkgo with NFC. Thanks for confirming! Konrad
On Wed, Mar 25, 2026 at 06:07:23PM +0000, Biswapriyo Nath wrote: > This patch series add support for various components in Xiaomi Redmi > Note 8. > > Most notably: > - IR transmitter For the IR stuff: Signed-off-by: Sean Young <sean@mess.org> Thanks, Sean > - USB-C OTG > - Vibrator > > Also, fix some bindings warning as reported due to previous commits. > These are tested with linux-next tag next-20260320. > > Signed-off-by: Biswapriyo Nath <nathbappai@gmail.com> > --- > Biswapriyo Nath (7): > arm64: dts: qcom: sm6125-xiaomi-ginkgo: Enable vibrator > arm64: dts: qcom: sm6125: Enable USB-C port handling > arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add PMI632 Type-C property > dt-bindings: leds: irled: ir-spi-led: Add new duty-cycle value > arm64: dts: qcom: sm6125-xiaomi-ginkgo: Add IR transmitter > arm64: dts: qcom: sm6125: Use 64 bit addressing > dt-bindings: clock: qcom, dispcc-sm6125: Add #reset-cells property > > .../bindings/clock/qcom,dispcc-sm6125.yaml | 3 + > .../devicetree/bindings/leds/irled/ir-spi-led.yaml | 2 +- > .../boot/dts/qcom/sm6125-xiaomi-ginkgo-common.dtsi | 56 +++++++ > arch/arm64/boot/dts/qcom/sm6125.dtsi | 168 +++++++++++---------- > 4 files changed, 152 insertions(+), 77 deletions(-) > --- > base-commit: 785f0eb2f85decbe7c1ef9ae922931f0194ffc2e > change-id: 20260325-ginkgo-add-usb-ir-vib-4a51bd9ff64b > > Best regards, > -- > Biswapriyo Nath <nathbappai@gmail.com>
On Wed, 25 Mar 2026 22:10:02 +0000 Sean Young <sean@mess.org> wrote: > On Wed, Mar 25, 2026 at 06:07:23PM +0000, Biswapriyo Nath wrote: > > This patch series add support for various components in Xiaomi Redmi > > Note 8. > > > > Most notably: > > - IR transmitter > > For the IR stuff: > > Signed-off-by: Sean Young <sean@mess.org> Hi, thank you for the review. Could you please add the trailer to the specific patch. Otherwise, b4 adds the trailer to all patches. Also, do you mean Reviewed-by or Acked-by tag instead of SoB? Thanks.
© 2016 - 2026 Red Hat, Inc.