15 lines
341 B
Plaintext
15 lines
341 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";
|
||
|
chassis-type = "handset";
|
||
|
};
|
||
|
|
||
|
&smbb {
|
||
|
qcom,fast-charge-safe-current = <1300000>;
|
||
|
qcom,fast-charge-current-limit = <1300000>;
|
||
|
qcom,dc-current-limit = <1300000>;
|
||
|
};
|