diff options
Diffstat (limited to 'dts/upstream/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts')
-rw-r--r-- | dts/upstream/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/upstream/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts b/dts/upstream/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts new file mode 100644 index 00000000000..9f2ab5c122d --- /dev/null +++ b/dts/upstream/src/arm/qcom/qcom-msm8974-sony-xperia-rhine-amami.dts @@ -0,0 +1,14 @@ +// 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>; +}; |