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

Commit 50c01bc0 authored by Jagadeesh Banisetti's avatar Jagadeesh Banisetti
Browse files

ARM: dts: msm: Include pmic dtsi for 8953 PVT targets



Include required pmic dtsi files for APQ8053 and MSM8953 PVT targets

Change-Id: I16174a2bc44b74a445c265c8c1f79cf88afe3f9a
Signed-off-by: default avatarJagadeesh Banisetti <jbanis@codeaurora.org>
parent 8f554946
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-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
@@ -15,7 +15,8 @@

#include "apq8053.dtsi"
#include "msm8953-ipc.dtsi"

#include "pmi8950.dtsi"
#include "msm8953-pmi8950.dtsi"
/ {
	model = "Qualcomm Technologies, Inc. APQ8053 + PMI8950 IPC";
	compatible = "qcom,apq8053-ipc", "qcom,apq8053", "qcom,ipc";
+3 −3
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-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
@@ -15,11 +15,11 @@

#include "msm8953.dtsi"
#include "msm8953-ipc.dtsi"

#include "pmi8950.dtsi"
#include "msm8953-pmi8950.dtsi"
/ {
	model = "Qualcomm Technologies, Inc. MSM8953 + PMI8950 IPC";
	compatible = "qcom,msm8953-ipc", "qcom,msm8953", "qcom,ipc";
	qcom,board-id= <12 0>;
	qcom,pmic-id = <0x010016 0x010011 0x0 0x0>;
};