Hi all, This is v2 of the patch that makes several cleanups and minor fixes to the SM8150 Xiaomi Raphael device tree.
Changes in this version: - Updated qcom,vmid to use QCOM_SCM_VMID_MSS_MSA instead of hardcoded 15 - Added include: <dt-bindings/firmware/qcom,scm.h> - Set ECC size to 8 in ramoops region - Updated firmware paths to use "Xiaomi" instead of "xiaomi" - Adjusted configuration for panel pinctrl - Removed redundant LDO8 regulator entry - Cleaned up PM8150L LPG LED definitions with proper labels - General styling and ordering fixups Link to v1: https://lore.kernel.org/all/[email protected]/ Piyush Raj Chouhan (3): dt-bindings: arm: qcom: Add Xiaomi Redmi K20 Pro (Raphael) arm64: dts: qcom: sm8150: Move usb-role-switch property to common dtsi arm64: dts: qcom: sm8150: Add support for Xiaomi Redmi K20 Pro .../devicetree/bindings/arm/qcom.yaml | 1 + arch/arm64/boot/dts/qcom/Makefile | 1 + arch/arm64/boot/dts/qcom/sm8150-hdk.dts | 1 - .../boot/dts/qcom/sm8150-xiaomi-raphael.dts | 962 ++++++++++++++++++ arch/arm64/boot/dts/qcom/sm8150.dtsi | 2 + 5 files changed, 966 insertions(+), 1 deletion(-) create mode 100644 arch/arm64/boot/dts/qcom/sm8150-xiaomi-raphael.dts -- 2.51.2
