mbox series

[0/3] arm64: dts: qcom: sc7180-trogdor: clamshell/detachable fragments

Message ID 20240604214233.3551692-1-swboyd@chromium.org
Headers show
Series arm64: dts: qcom: sc7180-trogdor: clamshell/detachable fragments | expand

Message

Stephen Boyd June 4, 2024, 9:42 p.m. UTC
This is a followup to a series I sent a few months ago[1]. I've split out
the dts patches and dropped the one that ties everything together for
DP/USB as that whole solution is still working it's way through and I
doubt I'll be able to get that done in the next couple weeks. Instead,
I'm sending these patches to reduce the patch stack and make that DP
series more manageable.

Cc: <cros-qcom-dts-watchers@chromium.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
Cc: Conor Dooley <conor+dt@kernel.org>
Cc: <devicetree@vger.kernel.org>
Cc: Pin-yen Lin <treapking@chromium.org>
Cc: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Cc: Douglas Anderson <dianders@chromium.org>

[1] https://lore.kernel.org/r/20240210070934.2549994-1-swboyd@chromium.org

Stephen Boyd (3):
  arm64: dts: qcom: sc7180: quackingstick: Disable instead of delete
    usb_c1
  arm64: dts: qcom: sc7180: pazquel: Add missing comment header
  arm64: dts: qcom: sc7180-trogdor: Make clamshell/detachable fragments

 .../boot/dts/qcom/sc7180-trogdor-clamshell.dtsi   |  9 +++++++++
 .../boot/dts/qcom/sc7180-trogdor-coachz.dtsi      |  5 +----
 .../boot/dts/qcom/sc7180-trogdor-detachable.dtsi  | 13 +++++++++++++
 .../boot/dts/qcom/sc7180-trogdor-homestar.dtsi    |  9 +--------
 .../boot/dts/qcom/sc7180-trogdor-kingoftown.dts   |  2 +-
 .../arm64/boot/dts/qcom/sc7180-trogdor-lazor.dtsi |  3 +--
 .../boot/dts/qcom/sc7180-trogdor-pazquel.dtsi     |  5 +++--
 .../boot/dts/qcom/sc7180-trogdor-pompom.dtsi      |  3 +--
 .../dts/qcom/sc7180-trogdor-quackingstick.dtsi    | 15 ++++++---------
 arch/arm64/boot/dts/qcom/sc7180-trogdor-r1.dts    |  3 +--
 .../boot/dts/qcom/sc7180-trogdor-wormdingler.dtsi |  5 +----
 11 files changed, 38 insertions(+), 34 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-clamshell.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sc7180-trogdor-detachable.dtsi

base-commit: c3f38fa61af77b49866b006939479069cd451173

Comments

Dmitry Baryshkov June 4, 2024, 11:47 p.m. UTC | #1
On Tue, Jun 04, 2024 at 02:42:30PM -0700, Stephen Boyd wrote:
> It's simpler to reason about things if we disable nodes instead of
> deleting them. Disable the second usb type-c connector node on
> quackingstick instead of deleting it so that we can reason about ports
> more easily.
> 
> Cc: <cros-qcom-dts-watchers@chromium.org>
> Cc: Bjorn Andersson <andersson@kernel.org>
> Cc: Konrad Dybcio <konrad.dybcio@linaro.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> Cc: Conor Dooley <conor+dt@kernel.org>
> Cc: <linux-arm-msm@vger.kernel.org>
> Cc: <devicetree@vger.kernel.org>
> Cc: Pin-yen Lin <treapking@chromium.org>
> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> Reviewed-by: Douglas Anderson <dianders@chromium.org>
> Signed-off-by: Stephen Boyd <swboyd@chromium.org>
> ---
>  .../arm64/boot/dts/qcom/sc7180-trogdor-quackingstick.dtsi | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Bjorn Andersson June 7, 2024, 2:33 a.m. UTC | #2
On Tue, 04 Jun 2024 14:42:29 -0700, Stephen Boyd wrote:
> This is a followup to a series I sent a few months ago[1]. I've split out
> the dts patches and dropped the one that ties everything together for
> DP/USB as that whole solution is still working it's way through and I
> doubt I'll be able to get that done in the next couple weeks. Instead,
> I'm sending these patches to reduce the patch stack and make that DP
> series more manageable.
> 
> [...]

Applied, thanks!

[1/3] arm64: dts: qcom: sc7180: quackingstick: Disable instead of delete usb_c1
      commit: 13f1e1245bb51633d6d1a398fedab7c281beafc3
[2/3] arm64: dts: qcom: sc7180: pazquel: Add missing comment header
      commit: 5abfd513988248b5d27f3a72d71a33129dfb1054
[3/3] arm64: dts: qcom: sc7180-trogdor: Make clamshell/detachable fragments
      commit: 38b68e62c0d662d8a23aa47799b4ac83c54a8de8

Best regards,