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

Commit ec09d4d9 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add support for qcs605 LC ipcamera base dts"

parents d8c840a9 8ef289dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ qcs605-cdp-overlay.dtbo-base := qcs605.dtb
qcs605-mtp-overlay.dtbo-base := qcs605.dtb
qcs605-external-codec-mtp-overlay.dtbo-base := qcs605.dtb
qcs605-lc-mtp-overlay.dtbo-base := qcs605-lc.dtb
qcs605-lc-ipcamera-overlay.dtbo-base := qcs605-lc.dtb
qcs605-lc-ipcamera-overlay.dtbo-base := qcs605-lc-ipcamera-base.dtb
qcs605-360camera-overlay.dtbo-base := qcs605.dtb
qcs605-lc-cdp-overlay.dtbo-base := qcs605-lc-cdp-base.dtb
sdm710-cdp-overlay.dtbo-base := sdm710.dtb
+22 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

/dts-v1/;

#include "qcs605-lc.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. QCS605 LC SoC Ipcam base";
	compatible = "qcom,qcs605";
	qcom,board-id = <0 4>;
};
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@
	model = "Qualcomm Technologies, Inc. QC605 LC Groot + PM8005 IPC";
	compatible = "qcom,qcs605-mtp", "qcom,qcs605", "qcom,mtp";
	qcom,msm-id = <347 0x0>;
	qcom,board-id = <8 6>;
	qcom,board-id = <0x020208 4>;
};
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
/ {
	model = "Qualcomm Technologies, Inc. QC605 LC Groot + PM8005 IPC";
	compatible = "qcom,qcs605-mtp", "qcom,qcs605", "qcom,mtp";
	qcom,board-id = <8 6>;
	qcom,board-id = <0x020208 4>;
};