30 lines
865 B
Devicetree
30 lines
865 B
Devicetree
/*
|
|
* Copyright (c) 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
|
|
* 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.
|
|
*/
|
|
|
|
&soc {
|
|
/* GDSCs in Global CC */
|
|
gdsc_mdss: qcom,gdsc@184d078 {
|
|
compatible = "qcom,gdsc";
|
|
regulator-name = "gdsc_mdss";
|
|
reg = <0x184d078 0x4>;
|
|
status = "disabled";
|
|
};
|
|
|
|
gdsc_oxili_gx: qcom,gdsc@185901c {
|
|
compatible = "qcom,gdsc";
|
|
regulator-name = "gdsc_oxili_gx";
|
|
reg = <0x185901c 0x4>;
|
|
status = "disabled";
|
|
};
|
|
};
|