From b600ef38646bedd96c534f2f13baf05483715976 Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Mon, 20 Jun 2022 10:48:15 +0530 Subject: [PATCH] ARM: dts: msm: Add board files for SDXPINN target Add initial board-specific devicetree files for SDXPINN target. Change-Id: Ib8ec48eb2d5ccf4fb2bd68b046d15e5ee4a32ace --- bindings/arm/msm/msm.txt | 2 ++ qcom/Makefile | 4 +++- qcom/sdxpinn-cdp.dts | 11 +++++++++++ qcom/sdxpinn-cdp.dtsi | 2 ++ qcom/sdxpinn-mtp.dts | 11 +++++++++++ qcom/sdxpinn-mtp.dtsi | 2 ++ 6 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 qcom/sdxpinn-cdp.dts create mode 100644 qcom/sdxpinn-cdp.dtsi create mode 100644 qcom/sdxpinn-mtp.dts create mode 100644 qcom/sdxpinn-mtp.dtsi diff --git a/bindings/arm/msm/msm.txt b/bindings/arm/msm/msm.txt index d1831e7b..9dbb3f0d 100644 --- a/bindings/arm/msm/msm.txt +++ b/bindings/arm/msm/msm.txt @@ -301,4 +301,6 @@ compatible = "qcom,khaje-idp" compatible = "qcom,khaje-qrd" compatible = "qcom,khaje-atp" compatible = "qcom,sdxpinn-rumi" +compatible = "qcom,sdxpinn-mtp" +compatible = "qcom,sdxpinn-cdp" compatible = "qcom,sa410m-rumi" diff --git a/qcom/Makefile b/qcom/Makefile index c50f3a10..a54d13ca 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -136,7 +136,9 @@ sdmsteppeauto-overlays-dtb-$(CONFIG_ARCH_SA6155) += $(SA6155_BOARDS) $(SA6155P_B dtb-y += $(sdmsteppeauto-dtb-y) -sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb +sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb \ + sdxpinn-mtp.dtb \ + sdxpinn-cdp.dtb dtb-y += $(sdxpinn-dtb-y) sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \ diff --git a/qcom/sdxpinn-cdp.dts b/qcom/sdxpinn-cdp.dts new file mode 100644 index 00000000..8a380b0b --- /dev/null +++ b/qcom/sdxpinn-cdp.dts @@ -0,0 +1,11 @@ +/dts-v1/; + +#include "sdxpinn.dtsi" +#include "sdxpinn-cdp.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. SDXPINN CDP"; + compatible = "qcom,sdxpinn-cdp", + "qcom,sdxpinn", "qcom,cdp"; + qcom,board-id = <0x10001 0x0>; +}; diff --git a/qcom/sdxpinn-cdp.dtsi b/qcom/sdxpinn-cdp.dtsi new file mode 100644 index 00000000..17f1e228 --- /dev/null +++ b/qcom/sdxpinn-cdp.dtsi @@ -0,0 +1,2 @@ +&soc { +}; diff --git a/qcom/sdxpinn-mtp.dts b/qcom/sdxpinn-mtp.dts new file mode 100644 index 00000000..674bfe95 --- /dev/null +++ b/qcom/sdxpinn-mtp.dts @@ -0,0 +1,11 @@ +/dts-v1/; + +#include "sdxpinn.dtsi" +#include "sdxpinn-mtp.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. SDXPINN MTP"; + compatible = "qcom,sdxpinn-mtp", + "qcom,sdxpinn", "qcom,mtp"; + qcom,board-id = <0x10008 0x0>; +}; diff --git a/qcom/sdxpinn-mtp.dtsi b/qcom/sdxpinn-mtp.dtsi new file mode 100644 index 00000000..17f1e228 --- /dev/null +++ b/qcom/sdxpinn-mtp.dtsi @@ -0,0 +1,2 @@ +&soc { +};