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

Commit 7eafc061 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 fsm9900 mtp v2.0"

parents b94feffc fe264f66
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -138,7 +138,8 @@ dtb-$(CONFIG_ARCH_FSM9900) += fsm9900-rumi.dtb \
	fsm9900-sim.dtb \
	fsm9900-cdp.dtb \
	fsm9900-mtp-v1.0.dtb \
	fsm9900-mtp-v1.1.dtb
	fsm9900-mtp-v1.1.dtb \
	fsm9900-mtp-v2.0.dtb
dtb-$(CONFIG_ARCH_FSM9010) += fsm9010-rumi.dtb
dtb-$(CONFIG_ARCH_MDM9630) += mdm9630-sim.dtb \
	mdm9630-v1-cdp.dtb \
+48 −0
Original line number Diff line number Diff line
/* Copyright (c) 2014, 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 "fsm9900-mtp.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. FSM9900 MTP";
	compatible = "qcom,fsm9900-mtp", "qcom,fsm9900", "qcom,mtp";
	qcom,msm-id = <188 0x10000>,
		      <189 0x10000>,
		      <190 0x10000>,
		      <191 0x10000>,
		      <192 0x10000>,
		      <193 0x10000>;
	qcom,board-id = <0x00020008 0>;
};

&soc {
	emac1:qcom,emac@feb00000 {
		qcom,no-external-phy;
	};
};

/* QPNP controlled regulators: */
&spmi_bus {
	/*LDO01 */
        qcom,pma8084@1 {
		pma8084_l01: regulator@4000 {
			regulator-min-microvolt = <1300000>;
			regulator-max-microvolt = <1300000>;
			qcom,enable-time = <500>;
			com,pull-down-enable = <1>;
			regulator-always-on;
			status = "okay";
		};
	};
};