Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1// SPDX-License-Identifier: BSD-3-Clause
2/*
3 * Copyright (c) 2020, Konrad Dybcio <konrad.dybcio@somainline.org>
4 */
5
6/dts-v1/;
7
8#include "msm8994-sony-xperia-kitakami.dtsi"
9
10/ {
11 model = "Sony Xperia Z3+/Z4";
12 compatible = "sony,ivy-row", "qcom,msm8994";
13 chassis-type = "handset";
14};
15
16&pm8994_l3 {
17 regulator-min-microvolt = <1000000>;
18 regulator-max-microvolt = <1000000>;
19};
20
21&pm8994_l17 {
22 regulator-min-microvolt = <2700000>;
23 regulator-max-microvolt = <2700000>;
24};
25
26/delete-node/ &pm8994_l19;
27/delete-node/ &pm8994_l32;