ARM: dts: msm: Support boards with only PM8994 PMIC for msm8996
Some MSM8996 boards will employ the PM8994 PMIC alone. Introduce msm8996-pm8994.dtsi which allows only the use of peripherals available under PM8994. CRs-Fixed: 968575 Change-Id: I4ce7c5ade7f81f49cecb2cd458c9044489ea1132 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
parent
721a66e665
commit
51b3c946d8
1 changed files with 35 additions and 0 deletions
35
arch/arm/boot/dts/qcom/msm8996-pm8994.dtsi
Normal file
35
arch/arm/boot/dts/qcom/msm8996-pm8994.dtsi
Normal file
|
@ -0,0 +1,35 @@
|
|||
/* 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.
|
||||
*/
|
||||
|
||||
/*
|
||||
* As a general rule, only chipset-specific property overrides should be placed
|
||||
* inside this file.
|
||||
*/
|
||||
|
||||
#include "msm8996-pm8994-pm8004.dtsi"
|
||||
|
||||
/ {
|
||||
qcom,pmic-id = <0x20009 0x0 0x0 0x0>;
|
||||
};
|
||||
|
||||
&pm8004_s2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&spmi_bus {
|
||||
/delete-node/ qcom,pm8004@4;
|
||||
/delete-node/ qcom,pm8004@5;
|
||||
};
|
||||
|
||||
&gfx_cpr {
|
||||
/delete-property/ vdd-supply;
|
||||
};
|
Loading…
Add table
Reference in a new issue