mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

It's disabled on downstream, follow it. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220430162353.607709-4-konrad.dybcio@somainline.org
36 lines
687 B
Plaintext
36 lines
687 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2021, AngeloGioacchino Del Regno
|
|
* <angelogioacchino.delregno@somainline.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "msm8998-sony-xperia-yoshino.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia XZ1 Compact";
|
|
compatible = "sony,xperia-lilac", "qcom,msm8998";
|
|
chassis-type = "handset";
|
|
};
|
|
|
|
&ibb {
|
|
regulator-min-microvolt = <5500000>;
|
|
regulator-max-microvolt = <5500000>;
|
|
};
|
|
|
|
&lab {
|
|
regulator-min-microvolt = <5500000>;
|
|
regulator-max-microvolt = <5500000>;
|
|
qcom,soft-start-us = <800>;
|
|
};
|
|
|
|
&vreg_l22a_2p85 {
|
|
regulator-min-microvolt = <2800000>;
|
|
regulator-max-microvolt = <2800000>;
|
|
};
|
|
|
|
&vreg_lvs1a_1p8 {
|
|
status = "disabled";
|
|
};
|