mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-31 22:23:05 +00:00

Use id-gpios and vbus-gpios instead. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Shawn Guo <shawnguo@kernel.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Heiko Stuebner <heiko@sntech.de> #rockchip Link: https://lore.kernel.org/r/20230724103914.1779027-7-alexander.stein@ew.tq-group.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
29 lines
578 B
Plaintext
29 lines
578 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";
|
|
chassis-type = "handset";
|
|
};
|
|
|
|
/delete-node/ &tof_sensor;
|
|
/delete-node/ &pm8994_l11;
|
|
/delete-node/ &pm8994_l14;
|
|
|
|
&usb_detect {
|
|
pins = "gpio24";
|
|
};
|
|
|
|
&usb3_id {
|
|
id-gpios = <&tlmm 24 GPIO_ACTIVE_LOW>;
|
|
};
|