mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
ARM: dts: msm: Add DT overlay support for sa410m
Add DT overlay support for sa410m. Change-Id: I45fbed5739e4b1e68e9c022541081671101181fc
This commit is contained in:
@@ -222,12 +222,17 @@ sdxpinn-dtb-$(CONFIG_ARCH_SDXPINN) += sdxpinn-rumi.dtb sa525m-rumi.dtb \
|
||||
sdxpinn-idp-mbb.dtb
|
||||
dtb-y += $(sdxpinn-dtb-y)
|
||||
|
||||
SA410M_AUTO_BASE_DTB += sa410m.dtb
|
||||
SA410M_AUTO_BOARDS += \
|
||||
sa410m-rumi-overlay.dtbo \
|
||||
sa410m-nand-idp-overlay.dtbo \
|
||||
sa410m-emmc-idp-overlay.dtbo \
|
||||
sa410m-nand-ccard-overlay.dtbo \
|
||||
sa410m-emmc-ccard-overlay.dtbo
|
||||
|
||||
sa410m_auto-dtb-$(CONFIG_ARCH_SA410M) += \
|
||||
sa410m-rumi.dtb \
|
||||
sa410m-nand-idp.dtb \
|
||||
sa410m-emmc-idp.dtb \
|
||||
sa410m-nand-ccard.dtb \
|
||||
sa410m-emmc-ccard.dtb
|
||||
$(call add-overlays, $(SA410M_AUTO_BOARDS) ,$(SA410M_AUTO_BASE_DTB))
|
||||
sa410m_auto-overlays-dtb-$(CONFIG_ARCH_SA410M) += $(SA410M_AUTO_BOARDS) $(SA410M_AUTO_BASE_DTB)
|
||||
dtb-y += $(sa410m_auto-dtb-y)
|
||||
|
||||
SA8155_LA_GVM_BASE_DTB += sa8155-vm-la.dtb
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa410m-idp.dtsi"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa410m-idp.dtsi"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "sa410m.dtsi"
|
||||
&soc { } ;
|
||||
|
||||
&qnand_1 {
|
||||
status = "ok";
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa410m-idp.dtsi"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa410m-idp.dtsi"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include "sa410m-rumi.dtsi"
|
||||
|
||||
@@ -6,5 +7,5 @@
|
||||
model = "Qualcomm Technologies, Inc. SA410M RUMI";
|
||||
compatible = "qcom,sa410m", "qcom,rumi", "qcom,sa410m-rumi";
|
||||
qcom,msm-id=<560 0x10000>;
|
||||
qcom,board-id = <15 0x400>;
|
||||
qcom,board-id = <15 0>;
|
||||
};
|
||||
@@ -1,5 +1,3 @@
|
||||
#include "sa410m.dtsi"
|
||||
|
||||
&arch_timer {
|
||||
clock-frequency = <500000>;
|
||||
};
|
||||
|
||||
9
qcom/sa410m.dts
Normal file
9
qcom/sa410m.dts
Normal file
@@ -0,0 +1,9 @@
|
||||
/dts-v1/;
|
||||
|
||||
#include "sa410m.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. SA410M";
|
||||
compatible = "qcom,sa410m";
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
||||
@@ -6,10 +6,13 @@
|
||||
#include <dt-bindings/clock/qcom,rpmcc.h>
|
||||
|
||||
/ {
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
model = "Qualcomm Technologies, Inc. SA410M";
|
||||
compatible = "qcom,sa410m";
|
||||
qcom,msm-id = <560 0x10000>;
|
||||
interrupt-parent = <&intc>;
|
||||
|
||||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
memory { device_type = "memory"; reg = <0 0 0 0>; };
|
||||
|
||||
reserved_memory: reserved-memory { };
|
||||
|
||||
Reference in New Issue
Block a user