From: Konrad Dybcio <konrad.dybcio@linaro.org>
To: Douglas Anderson <dianders@chromium.org>,
Bjorn Andersson <andersson@kernel.org>
Cc: mka@chromium.org, swboyd@chromium.org,
Andy Gross <agross@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/4] arm64: dts: qcom: sc7180: Delete lazor-rev0
Date: Wed, 1 Mar 2023 23:03:48 +0100 [thread overview]
Message-ID: <4ed12ffe-d4d8-ebfa-bfb5-f869c671be37@linaro.org> (raw)
In-Reply-To: <20230301104859.3.I30128a6f4b60b096770186430036afb40ede6f70@changeid>
On 1.03.2023 19:50, Douglas Anderson wrote:
> lazor-rev0 was a pile of parts. While I kept the pile of parts for
> lazor running on my desk for longer than I usually do, those days are
> still long past. Let's finally delete support for lazor-rev0.
>
> Signed-off-by: Douglas Anderson <dianders@chromium.org>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Konrad
>
> arch/arm64/boot/dts/qcom/Makefile | 1 -
> .../boot/dts/qcom/sc7180-trogdor-lazor-r0.dts | 34 -------------------
> 2 files changed, 35 deletions(-)
> delete mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r0.dts
>
> diff --git a/arch/arm64/boot/dts/qcom/Makefile b/arch/arm64/boot/dts/qcom/Makefile
> index 3ce51093ed8f..e4190a648335 100644
> --- a/arch/arm64/boot/dts/qcom/Makefile
> +++ b/arch/arm64/boot/dts/qcom/Makefile
> @@ -84,7 +84,6 @@ dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r2.dtb
> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r3.dtb
> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-homestar-r4.dtb
> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-kingoftown.dtb
> -dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r0.dtb
> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1.dtb
> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1-kb.dtb
> dtb-$(CONFIG_ARCH_QCOM) += sc7180-trogdor-lazor-r1-lte.dtb
> diff --git a/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r0.dts b/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r0.dts
> deleted file mode 100644
> index d49de65aa960..000000000000
> --- a/arch/arm64/boot/dts/qcom/sc7180-trogdor-lazor-r0.dts
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> -/*
> - * Google Lazor board device tree source
> - *
> - * Copyright 2020 Google LLC.
> - */
> -
> -/dts-v1/;
> -
> -#include "sc7180-trogdor.dtsi"
> -#include "sc7180-trogdor-ti-sn65dsi86.dtsi"
> -#include "sc7180-trogdor-lazor.dtsi"
> -
> -/ {
> - model = "Google Lazor (rev0)";
> - compatible = "google,lazor-rev0", "qcom,sc7180";
> -};
> -
> -&sn65dsi86_out {
> - /*
> - * Lane 0 was incorrectly mapped on the cable, but we've now decided
> - * that the cable is canon and in -rev1+ we'll make a board change
> - * that means we no longer need the swizzle.
> - */
> - lane-polarities = <1 0>;
> -};
> -
> -&usb_hub_2_x {
> - vdd-supply = <&pp3300_l7c>;
> -};
> -
> -&usb_hub_3_x {
> - vdd-supply = <&pp3300_l7c>;
> -};
next prev parent reply other threads:[~2023-03-01 22:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-01 18:50 [PATCH 0/4] arm64: dts: qcom: sc7180: Delete a few unused trogdor dts files Douglas Anderson
2023-03-01 18:50 ` [PATCH 1/4] arm64: dts: qcom: sc7180: Delete wormdingler-rev0 Douglas Anderson
2023-03-01 21:59 ` Konrad Dybcio
2023-03-01 18:50 ` [PATCH 2/4] arm64: dts: qcom: sc7180: Delete kingoftown-rev0 Douglas Anderson
2023-03-01 22:02 ` Konrad Dybcio
2023-03-01 18:50 ` [PATCH 3/4] arm64: dts: qcom: sc7180: Delete lazor-rev0 Douglas Anderson
2023-03-01 22:03 ` Konrad Dybcio [this message]
2023-03-01 18:50 ` [PATCH 4/4] arm64: dts: qcom: sc7180: Delete mrbland Douglas Anderson
2023-03-01 22:05 ` Konrad Dybcio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ed12ffe-d4d8-ebfa-bfb5-f869c671be37@linaro.org \
--to=konrad.dybcio@linaro.org \
--cc=agross@kernel.org \
--cc=andersson@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mka@chromium.org \
--cc=robh+dt@kernel.org \
--cc=swboyd@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).