Re: [PATCH 0/7] Add vibrator, IR transmitter and USB-C handling in xiaomi-ginkgo
From: barnabas . czeman
Date: Thu Mar 26 2026 - 13:55:02 EST
On 2026-03-26 10:39, Konrad Dybcio wrote:
On 3/25/26 7:07 PM, Biswapriyo Nath wrote:All these change should work on both, willow is a ginkgo with NFC.
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@xxxxxxxxx>
---
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