This patch series adds support for the Samsung Galaxy Express SGH-I437. Currently the following things work on this phone: UART, eMMC, SD Card, and USB. version 2: - Combined patch 1 into patch 4, as the sleep_clk label is specifically needed for the USB node. - Reformatted the commit messages to align with the style used in other commit messages that modify the same files. - Included a cover letter to provide an overview of the patch series. - Slight refactoring of the device tree source (DTS) file. Rudraksha Gupta (4): dt-bindings: arm: qcom: Add Samsung Galaxy Express dt-bindings: Add qcom,usb-hs-phy-msm8960 ARM: dts: qcom: msm8960: Add USB node ARM: dts: qcom: Add Samsung Galaxy Express support .../devicetree/bindings/arm/qcom.yaml | 1 + .../bindings/phy/qcom,usb-hs-phy.yaml | 1 + arch/arm/boot/dts/Makefile | 1 + .../dts/qcom-msm8960-samsung-expressatt.dts | 334 ++++++++++++++++++ arch/arm/boot/dts/qcom-msm8960.dtsi | 35 +- 5 files changed, 371 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/qcom-msm8960-samsung-expressatt.dts -- 2.34.1