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

Commit eeca2e24 authored by Avaneesh Kumar Dwivedi's avatar Avaneesh Kumar Dwivedi
Browse files

ARM: dts: qcom: Add support for qcs405 RCM board



Add new dts for qcs405 RCM board and make Makefile
changes to compile it.

Change-Id: Ied173a89240c3b82de5bcce988c8dcaf224be3b6
Signed-off-by: default avatarAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
parent dfb894c5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ dtb-$(CONFIG_ARCH_QCS405) += qcs405-rumi.dtb \
		qcs405-iot-sku6.dtb \
		qcs405-iot-sku7.dtb \
		qcs405-iot-sku8.dtb \
		qcs405-iot-sku9.dtb \
		qcs403-iot-sku1.dtb \
		qcs403-iot-sku2.dtb

+28 −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 "qcs405.dtsi"
#include "qcs405-nowcd-audio-overlay.dtsi"
#include "qcs405-pinctrl.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. QCS405 RCM IOT";
	compatible = "qcom,qcs405-iot", "qcom,qcs405", "qcom,iot";
	qcom,board-id = <0x010015 0x0>;
};

&smb1351_otg_supply {
	status = "disabled";
};