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

Commit f83f0cdb 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 QRD interposer dts file for msmcobalt"

parents bd04f692 32eed904
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -128,7 +128,8 @@ dtb-$(CONFIG_ARCH_MSMCOBALT) += msmcobalt-sim.dtb \
	apqcobalt-v2.1-cdp.dtb \
	apqcobalt-v2.1-qrd.dtb \
	msmcobalt-v2.1-interposer-msmfalcon-cdp.dtb \
	msmcobalt-v2.1-interposer-msmfalcon-mtp.dtb
	msmcobalt-v2.1-interposer-msmfalcon-mtp.dtb \
	msmcobalt-v2.1-interposer-msmfalcon-qrd.dtb

dtb-$(CONFIG_ARCH_MSMHAMSTER) += msmhamster-rumi.dtb

+23 −0
Original line number Diff line number Diff line
/* Copyright (c) 2016, 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 "msmcobalt-v2.1-interposer-msmfalcon-qrd.dtsi"

/ {
	model =
	"Qualcomm Technologies, Inc. MSM COBALT v2.1 MSM FALCON Interposer QRD";
	compatible = "qcom,msmcobalt-qrd", "qcom,msmcobalt", "qcom,qrd";
	qcom,board-id = <0x03000b 0x80>;
};
+20 −0
Original line number Diff line number Diff line
/* Copyright (c) 2016, 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.
 */

#include <dt-bindings/interrupt-controller/irq.h>
#include "msmcobalt-v2.1-interposer-msmfalcon.dtsi"

&uartblsp2dm1 {
	status = "ok";
	pinctrl-names = "default";
	pinctrl-0 = <&uart_console_active>;
};