blob: 68d5626bf49187472ebe20b079220f7950d6bef3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// SPDX-License-Identifier: GPL-2.0
#include "qcom-msm8974-sony-xperia-rhine.dtsi"
/ {
model = "Sony Xperia Z1 Compact";
compatible = "sony,xperia-amami", "qcom,msm8974";
};
&smbb {
qcom,fast-charge-safe-current = <1300000>;
qcom,fast-charge-current-limit = <1300000>;
qcom,dc-current-limit = <1300000>;
};
|