Bjorn, On Thu, Oct 20, 2022 at 3:51 PM Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> wrote: > > Hi, > > Changes since v3 > ================ > 1. Drop bindings patch: applied. > 2. Rebase. > 3. Add tags. > > Changes since v2 > ================ > 1. New patch: revert of glitch SPI CS workaround > 2. dt-bindings: Drop entire drive-strength (not needed, brought by common TLMM > schema). > 3. Add tags. > v2: https://lore.kernel.org/all/20221013184700.87260-1-krzysztof.kozlowski@xxxxxxxxxx/ > > Best regards, > Krzysztof > > Krzysztof Kozlowski (3): > arm64: dts: qcom: sc7180-trogdor-homestar: fully configure secondary > I2S pins > arm64: dts: qcom: sc7180: revert "arm64: dts: qcom: sc7180: Avoid > glitching SPI CS at bootup on trogdor" > arm64: dts: qcom: sc7180: align TLMM pin configuration with DT schema > > arch/arm64/boot/dts/qcom/sc7180-idp.dts | 236 +++---- > .../boot/dts/qcom/sc7180-trogdor-coachz.dtsi | 36 +- > .../dts/qcom/sc7180-trogdor-homestar.dtsi | 41 +- > .../dts/qcom/sc7180-trogdor-kingoftown-r0.dts | 16 +- > .../dts/qcom/sc7180-trogdor-kingoftown.dtsi | 8 +- > .../boot/dts/qcom/sc7180-trogdor-lazor.dtsi | 16 +- > .../dts/qcom/sc7180-trogdor-mrbland-rev0.dtsi | 25 +- > .../boot/dts/qcom/sc7180-trogdor-mrbland.dtsi | 72 +- > .../qcom/sc7180-trogdor-parade-ps8640.dtsi | 32 +- > .../boot/dts/qcom/sc7180-trogdor-pazquel.dtsi | 8 +- > .../boot/dts/qcom/sc7180-trogdor-pompom.dtsi | 14 +- > .../qcom/sc7180-trogdor-quackingstick.dtsi | 56 +- > .../arm64/boot/dts/qcom/sc7180-trogdor-r1.dts | 8 +- > .../dts/qcom/sc7180-trogdor-ti-sn65dsi86.dtsi | 16 +- > .../qcom/sc7180-trogdor-wormdingler-rev0.dtsi | 25 +- > .../dts/qcom/sc7180-trogdor-wormdingler.dtsi | 72 +- > arch/arm64/boot/dts/qcom/sc7180-trogdor.dtsi | 650 +++++++----------- > arch/arm64/boot/dts/qcom/sc7180.dtsi | 597 ++++++++-------- > 18 files changed, 776 insertions(+), 1152 deletions(-) I'd love to see this series land sooner rather than later. It'll cause conflicts with pretty much any other patch to a sc7180 device tree file, so it'd be nice to get it in the tree. ;-) -Doug