Add support for following boards: - Xperia X Performance (dora) - Xperia XZ (kagura) - Xperia XZs (keyaki) They are all based on the SONY Tone platform and feature largely similar hardware with the most obvious differences being lack of USB-C and ToF sensor on Dora and different camera sensor on Keyaki. Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org> Link: https://lore.kernel.org/r/20210608202143.247427-4-konrad.dybcio@somainline.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
28 lines
550 B
Plaintext
28 lines
550 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2021, AngeloGioacchino Del Regno
|
|
* <angelogioacchino.delregno@somainline.org>
|
|
* Copyright (c) 2021, Konrad Dybcio <konrad.dybcio@somainline.org>
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include "msm8996-sony-xperia-tone.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia X Performance";
|
|
compatible = "sony,dora-row", "qcom,msm8996";
|
|
};
|
|
|
|
/delete-node/ &tof_sensor;
|
|
/delete-node/ &pm8994_l11;
|
|
/delete-node/ &pm8994_l14;
|
|
|
|
&usb_detect {
|
|
pins = "gpio24";
|
|
};
|
|
|
|
&usb3_id {
|
|
id-gpio = <&tlmm 24 GPIO_ACTIVE_LOW>;
|
|
};
|