14 lines
314 B
Plaintext
14 lines
314 B
Plaintext
// 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>;
|
|
};
|