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

Commit 0dfcc0e0 authored by shaoxing's avatar shaoxing Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add device tree compile for SDM429W spyro WDP



Add device tree compile for SDM429W spyro WDP devices.

Change-Id: I63c2a5d00faf9c67bb84aa1ff62d5edcba859454
Signed-off-by: default avatarShaoxing <shaoxing@codeaurora.org>
parent 12063046
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -394,7 +394,8 @@ dtbo-$(CONFIG_ARCH_SDM429) += sdm429-mtp-overlay.dtbo \
	sdm429-cdp-overlay.dtbo \
	sdm429-qrd-overlay.dtbo \
	sdm429-spyro-qrd-evt-overlay.dtbo \
	sdm429-spyro-qrd-dvt-overlay.dtbo
	sdm429-spyro-qrd-dvt-overlay.dtbo \
	sdm429-spyro-qrd-wdp-overlay.dtbo

msm8940-mtp-overlay.dtbo-base := msm8940-pmi8950.dtb \
	msm8940-pmi8937.dtb \
@@ -515,6 +516,7 @@ sdm429-qrd-overlay.dtbo-base := sdm429.dtb \
	msm8937-interposer-sdm429.dtb
sdm429-spyro-qrd-evt-overlay.dtbo-base := sdm429-spyro.dtb
sdm429-spyro-qrd-dvt-overlay.dtbo-base := sdm429-spyro-dvt.dtb
sdm429-spyro-qrd-wdp-overlay.dtbo-base := sdm429-spyro-wdp.dtb
else
dtb-$(CONFIG_ARCH_MSM8953) += msm8953-cdp.dtb \
	msm8953-mtp.dtb \
@@ -647,7 +649,8 @@ dtb-$(CONFIG_ARCH_SDM429) += sdm429-mtp.dtb \
	sda429-mtp.dtb \
	sda429-cdp.dtb \
	sdm429-spyro.dtb \
	sdm429-spyro-dvt.dtb
	sdm429-spyro-dvt.dtb \
	sdm429-spyro-wdp.dtb

endif

+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
	model = "Qualcomm Technologies, Inc. SDM429 QRD DVT Spyro";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
	qcom,msm-id = <416 0x0>;
	qcom,board-id = <0x01000b 6>;
	qcom,board-id = <0x00010b 6>;
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro DVT Overlay";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
	qcom,msm-id = <416 0x0>;
	qcom,board-id = <0x01000b 6>;
	qcom,board-id = <0x00010b 6>;
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};

+37 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, 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/;
/plugin/;

#include "sdm429-spyro-qrd-evt.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro WDP Overlay";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
	qcom,msm-id = <416 0x0>;
	qcom,board-id = <0x01000b 6>;
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};

&usb_otg {
	HSUSB_3p3-supply = <&L16A>;
};

&msm_dig_codec {
	cdc-vdd-digital-supply = <&pm660_l11>;
};

&ext_smart_pa {
	dvdd-supply = <&pm660_l11>;
};
+24 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, 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 "sdm429-spyro.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM429 QRD Spyro WDP";
	compatible = "qcom,sdm429w-qrd", "qcom,sdm429w", "qcom,qrd";
	qcom,msm-id = <416 0x0>;
	qcom,board-id = <0x01000b 6>;
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};