This series adds support for samsung-milletwifi, the smaller cousin to samsung-matisselte. I've used the manufacturer's naming convention for consistency. Hardware currently supported: - GPS - Display - Wi-Fi - Bluetooth - Cover detection - Physical buttons - Touchscreen and touchkeys - Accelerometer Signed-off-by: Bryant Mairs <bryant@xxxxxx> Acked-by: Linus Walleij <linus.walleij@xxxxxxxxxx> --- Changes in v2: - Squashed DTS work into a single commit - Add touchkeys to the DTS - Link to v1: https://lore.kernel.org/all/20231105204759.37107-1-bryant@xxxxxx/ --- Bryant Mairs (2): dt-bindings: arm: qcom: Document samsung,milletwifi device ARM: dts: qcom: Add support for Samsung Galaxy Tab 4 8.0 Wi-Fi .../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm/boot/dts/qcom/Makefile | 1 + .../qcom/qcom-apq8026-samsung-milletwifi.dts | 568 ++++++++++++++++++ 3 files changed, 570 insertions(+) create mode 100644 arch/arm/boot/dts/qcom/qcom-apq8026-samsung-milletwifi.dts -- 2.43.0