mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
21 lines
388 B
Plaintext
21 lines
388 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2020, Konrad Dybcio <konrad.dybcio@somainline.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "msm8994-sony-xperia-kitakami.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia Z5 Compact";
|
|
compatible = "sony,suzuran-row", "qcom,msm8994";
|
|
};
|
|
|
|
&pm8994_l14 {
|
|
regulator-min-microvolt = <2000000>;
|
|
regulator-max-microvolt = <2000000>;
|
|
};
|
|
|
|
/delete-node/ &pm8994_l19;
|