mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-16 00:32:38 +00:00
Sony Xperia Z1 and Z1 compact are almost identical, and that shows in their DTs. Commonize the repeating parts and modernize the DTs to use labels. As a bonus, Z1C gains touchscreen support in this commit, as it was present on Z1 already. Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> [bjorn: Rebased on top of Krzysztof's fixes] Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20220415115633.575010-13-konrad.dybcio@somainline.org
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>;
|
|
};
|