diff --git a/qcom/Makefile b/qcom/Makefile index e8ecd019..db8e38b6 100644 --- a/qcom/Makefile +++ b/qcom/Makefile @@ -51,6 +51,7 @@ KALAMA_BOARDS += \ kalama-mtp-overlay.dtbo \ kalama-cdp-overlay.dtbo \ kalama-atp-overlay.dtbo \ + kalama-rcm-overlay.dtbo \ kalama-qrd-overlay.dtbo NOAPQ_KALAMA_BOARDS += \ diff --git a/qcom/kalama-rcm-overlay.dts b/qcom/kalama-rcm-overlay.dts new file mode 100644 index 00000000..1f7ed769 --- /dev/null +++ b/qcom/kalama-rcm-overlay.dts @@ -0,0 +1,11 @@ +/dts-v1/; +/plugin/; + +#include "kalama-rcm.dtsi" + +/ { + model = "Qualcomm Technologies, Inc. Kalama RCM"; + compatible = "qcom,kalama-rcm", "qcom,kalama", "qcom,rcm"; + qcom,msm-id = <519 0x10000>, <536 0x10000>, <519 0x20000>, <536 0x20000>; + qcom,board-id = <0x10015 0>; +}; diff --git a/qcom/kalama-rcm.dtsi b/qcom/kalama-rcm.dtsi new file mode 100644 index 00000000..318d2cbf --- /dev/null +++ b/qcom/kalama-rcm.dtsi @@ -0,0 +1 @@ +#include "kalama-cdp.dtsi"