This series introduces basic support for two Galaxy Tab A tablets: 8 and 10 inch variants. They share most of the hardware and are mainly dffernet by the display. With this series both tablets gain support for things like - SDHCI (internal and external storage) - USB Device Mode - UART - Regulators - WCNSS (WiFi/BT) - GPIO keys - Fuel gauge - Touchscreen - Accelerometer In fact, with some additional patches like display and modem support, that are not included as part of this series, these tablets can actually reach one's expectations of what a "normal" tablet should be able to do. Changes in v2: - Squashed the commits. Changes in v3: - Address Konrad's review comments. Jasper Korten (1): arm64: dts: qcom: Add device tree for Samsung Galaxy Tab A 9.7 (2015) Nikita Travkin (1): dt-bindings: qcom: Document samsung,gt58 and gt510 Siddharth Manthan (1): arm64: dts: qcom: Add device tree for Samsung Galaxy Tab A 8.0 (2015) .../devicetree/bindings/arm/qcom.yaml | 2 + arch/arm64/boot/dts/qcom/Makefile | 2 + .../dts/qcom/msm8916-samsung-gt5-common.dtsi | 296 ++++++++++++++++++ .../boot/dts/qcom/msm8916-samsung-gt510.dts | 113 +++++++ .../boot/dts/qcom/msm8916-samsung-gt58.dts | 75 +++++ 5 files changed, 488 insertions(+) create mode 100644 arch/arm64/boot/dts/qcom/msm8916-samsung-gt5-common.dtsi create mode 100644 arch/arm64/boot/dts/qcom/msm8916-samsung-gt510.dts create mode 100644 arch/arm64/boot/dts/qcom/msm8916-samsung-gt58.dts -- 2.38.1