mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-01-31 22:47:58 +00:00
ARM: dts: msm: Add dt for sa525m-rumi
Add dt for sa525-rumi. Change-Id: Iee0f16122e088b88483a5a6c26d43b72a10556fc
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
parent
ec5488f922
commit
7707eaf778
@@ -131,7 +131,7 @@ sdmsteppeauto-overlays-dtb-$(CONFIG_ARCH_SA6155) += $(SA6155_BOARDS) $(SA6155P_B
|
||||
|
||||
dtb-y += $(sdmsteppeauto-dtb-y)
|
||||
|
||||
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb
|
||||
sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb
|
||||
dtb-y += $(sdxpinn-dtb-y)
|
||||
|
||||
endif
|
||||
|
||||
11
qcom/sa525m-rumi.dts
Normal file
11
qcom/sa525m-rumi.dts
Normal file
@@ -0,0 +1,11 @@
|
||||
/dts-v1/;
|
||||
/memreserve/ 0x90f00000 0x00010000;
|
||||
|
||||
#include "sa525m.dtsi"
|
||||
#include "sdxpinn-rumi.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA525M RUMI";
|
||||
compatible = "qcom,sdxpinn-rumi", "qcom,sdxpinn", "qcom,rumi";
|
||||
qcom,board-id = <15 0>;
|
||||
};
|
||||
7
qcom/sa525m.dtsi
Normal file
7
qcom/sa525m.dtsi
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "sdxpinn.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA525M";
|
||||
compatible = "qcom,sdxpinn";
|
||||
qcom,msm-id=<558 0x10000> ;
|
||||
};
|
||||
Reference in New Issue
Block a user