diff --git a/qcom/Makefile b/qcom/Makefile index 58de1c91..95f3523d 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -214,7 +214,8 @@ sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb \ dtb-y += $(sdxpinn-dtb-y) sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \ - sa410m-rumi.dtb + sa410m-rumi.dtb \ + sa410m-idp.dtb dtb-y += $(sa410m_auto-dtb-y) SA8155_LA_GVM_BASE_DTB += sa8155-vm-la.dtb diff --git a/qcom/sa410m-idp.dts b/qcom/sa410m-idp.dts new file mode 100644 index 00000000..28cf303c --- /dev/null +++ b/qcom/sa410m-idp.dts @@ -0,0 +1,10 @@ +/dts-v1/; + +#include "sa410m-idp.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. SA410M IDP"; + compatible = "qcom,sa410m", "qcom,idp", "qcom,sa410m-idp"; + qcom,msm-id=<560 0x10000>; + qcom,board-id = <34 0x0>; +}; diff --git a/qcom/sa410m-idp.dtsi b/qcom/sa410m-idp.dtsi new file mode 100644 index 00000000..2b370bea --- /dev/null +++ b/qcom/sa410m-idp.dtsi @@ -0,0 +1 @@ +#include "sa410m.dtsi"