Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4ad76a9f authored by Zhenlin Lian's avatar Zhenlin Lian
Browse files

ARM: dts: msm: Refactor the devicetree entry for RB5 boards

qrb5165-iot-rb5.dts: for pop RB5 board with board ID <11 3>.
qrb5165m-iot-rb5.dts: for QRB5165M board with board ID <0x04000B 0x3>.
qrb5165n-iot-rb5.dts: for non-pop RB5 board with board ID <11 3>.
qrb5165n-v2-iot-rb5.dts: QRB5165N v2 remove the ASM2806 pcie bridge,
with board ID <0x05000B 0x03>.

Change-Id: I54edace23189d8a626403eceff9972f919153bdf
parent 437654fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -65,7 +65,9 @@ dtb-$(CONFIG_ARCH_KONA) += kona-rumi.dtb \
        kona-v2.1-arglass.dtb \
        kona-v2.1-xrsku4.dtb \
        qrb5165-iot-rb5.dtb \
        qrb5165m-iot-rb5.dtb \
        qrb5165n-iot-rb5.dtb \
        qrb5165n-v2-iot-rb5.dtb \
        kona-v2.1-iot-rb5.dtb
endif

+1 −1
Original line number Diff line number Diff line
/dts-v1/;

#include "qrb5165.dtsi"
#include "kona-v2.1-iot-rb5.dtsi"
#include "qrb5165-iot-rb5.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. qrb5165 IOT RB5";
+2 −0
Original line number Diff line number Diff line
#include "kona-v2.1-iot-rb5.dtsi"
+10 −0
Original line number Diff line number Diff line
/dts-v1/;

#include "qrb5165.dtsi"
#include "qrb5165m-iot-rb5.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. QRB5165M IOT RB5";
	compatible = "qcom,kona-iot", "qcom,kona", "qcom,iot";
	qcom,board-id = <0x04000B 0x03>;
};
+2 −0
Original line number Diff line number Diff line
#include "kona-v2.1-iot-rb5.dtsi"
Loading