From 77d4c0c221f91d9938e0e310349133bd7aabdd4d Mon Sep 17 00:00:00 2001 From: Rohit Agarwal Date: Wed, 20 Jul 2022 15:23:59 +0530 Subject: [PATCH] ARM: dts: qcom: Add additional board files for sdxpinn Add additional support board files found on sdxpinn. Change-Id: Id6b64aeaace624170970d3731778f72c90074937 --- bindings/arm/msm/msm.txt | 1 + qcom/Makefile | 3 ++- qcom/sdxpinn-idp-mbb.dts | 11 +++++++++++ qcom/sdxpinn-idp-mbb.dtsi | 2 ++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 qcom/sdxpinn-idp-mbb.dts create mode 100644 qcom/sdxpinn-idp-mbb.dtsi diff --git a/bindings/arm/msm/msm.txt b/bindings/arm/msm/msm.txt index c68dc399..e393d46e 100644 --- a/bindings/arm/msm/msm.txt +++ b/bindings/arm/msm/msm.txt @@ -315,6 +315,7 @@ compatible = "qcom,khaje-idp" compatible = "qcom,khaje-qrd" compatible = "qcom,khaje-atp" compatible = "qcom,sdxpinn-rumi" +compatible = "qcom,sdxpinn-idp" compatible = "qcom,sa410m-rumi" compatible = "qcom,quinvm" compatible = "qcom,sdxbaagha-rumi" diff --git a/qcom/Makefile b/qcom/Makefile index b62c07f5..53f89157 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -169,7 +169,8 @@ gen4auto-overlays-dtb-$(CONFIG_ARCH_LEMANS) += \ dtb-y += $(gen4auto-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-idp-mbb.dtb dtb-y += $(sdxpinn-dtb-y) sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \ diff --git a/qcom/sdxpinn-idp-mbb.dts b/qcom/sdxpinn-idp-mbb.dts new file mode 100644 index 00000000..8f85e377 --- /dev/null +++ b/qcom/sdxpinn-idp-mbb.dts @@ -0,0 +1,11 @@ +/dts-v1/; + +#include "sdxpinn.dtsi" +#include "sdxpinn-idp-mbb.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. SDXPINN IDP MBB"; + compatible = "qcom,sdxpinn-idp", + "qcom,sdxpinn", "qcom,idp"; + qcom,board-id = <34 0>; +}; diff --git a/qcom/sdxpinn-idp-mbb.dtsi b/qcom/sdxpinn-idp-mbb.dtsi new file mode 100644 index 00000000..17f1e228 --- /dev/null +++ b/qcom/sdxpinn-idp-mbb.dtsi @@ -0,0 +1,2 @@ +&soc { +};