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 <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]>

