Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: BSD-3-Clause
0002 /*
0003  * Copyright (c) 2021, AngeloGioacchino Del Regno
0004  *                     <angelogioacchino.delregno@somainline.org>
0005  */
0006 
0007 /dts-v1/;
0008 
0009 #include "msm8998-sony-xperia-yoshino.dtsi"
0010 
0011 / {
0012         model = "Sony Xperia XZ1";
0013         compatible = "sony,xperia-poplar", "qcom,msm8998";
0014         chassis-type = "handset";
0015 };
0016 
0017 &ibb {
0018         regulator-min-microvolt = <5600000>;
0019         regulator-max-microvolt = <5600000>;
0020 };
0021 
0022 &lab {
0023         regulator-min-microvolt = <5600000>;
0024         regulator-max-microvolt = <5600000>;
0025         qcom,soft-start-us = <800>;
0026 };
0027 
0028 &vreg_l18a_2p85 {
0029         /* Note: Round-down from 2850000 to be a multiple of PLDO step-size 8000 */
0030         regulator-min-microvolt = <2848000>;
0031         regulator-max-microvolt = <2848000>;
0032 };
0033 
0034 &vreg_l22a_2p85 {
0035         /* Note: Round-down from 2700000 to be a multiple of PLDO step-size 8000 */
0036         regulator-min-microvolt = <2696000>;
0037         regulator-max-microvolt = <2696000>;
0038 };