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

Commit d65d5bb8 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 2cb07a02 eeca2e24
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@ dtb-$(CONFIG_ARCH_QCS405) += qcs405-rumi.dtb \
		qcs405-iot-sku6.dtb \
		qcs405-iot-sku6.dtb \
		qcs405-iot-sku7.dtb \
		qcs405-iot-sku7.dtb \
		qcs405-iot-sku8.dtb \
		qcs405-iot-sku8.dtb \
		qcs405-iot-sku9.dtb \
		qcs403-iot-sku1.dtb \
		qcs403-iot-sku1.dtb \
		qcs403-iot-sku2.dtb
		qcs403-iot-sku2.dtb


+28 −0
Original line number Original line 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";
};