[PATCH v2 0/1] ARM: tegra: add support for Xiaomi Mi Pad (A0101)
From: Svyatoslav Ryhel <hidden>
Date: 2025-09-14 13:58:34
Also in:
linux-tegra, lkml
The Mi Pad is a tablet computer based on Nvidia Tegra K1 SoC which originally ran the Android operating system. The Mi Pad has a 7.9" IPS display with 1536 x 2048 (324 ppi) resolution. 2 GB of RAM and 16/64 GB of internal memory that can be supplemented with a microSDXC card giving up to 128 GB of additional storage. This patchset includes some schema changes not yet applied. They can be found here: - https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250909143432.121323-2-clamor95@gmail.com/ - https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250912065146.28059-2-clamor95@gmail.com/ - https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20250912064253.26346-2-clamor95@gmail.com/ --- Changes in v2: - added fuel gauge interrupt - added CE gpio for charger - removed always-on for vdd_gpu - improved pinmux configuration - added camera regulators - removed usb@70090000 (already disabled in common tree) - set correct modes for mmc devices - removed thermistor thermal zone (not used by mocha) - fixed pmc interrupt polarity (removed interrupt inverted prop) - configured OTG support - removed bluetooth reset-gpios --- Svyatoslav Ryhel (1): ARM: tegra: add device-tree for Xiaomi Mi Pad (A0101) arch/arm/boot/dts/nvidia/Makefile | 3 +- .../boot/dts/nvidia/tegra124-xiaomi-mocha.dts | 2790 +++++++++++++++++ 2 files changed, 2792 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/nvidia/tegra124-xiaomi-mocha.dts -- 2.48.1