mbox series

[v7,00/11] arm64: dts: qcom: initial Inforce IFC6560 board support

Message ID 20220521202708.1509308-1-dmitry.baryshkov@linaro.org (mailing list archive)
Headers show
Series arm64: dts: qcom: initial Inforce IFC6560 board support | expand

Message

Dmitry Baryshkov May 21, 2022, 8:26 p.m. UTC
This work is largely based on the previous work by Bjorn Andersson ([1])

Changes since v6:
- Rebase on top of linux-next
- Reorder last two patches to have bindings come before the dts (Marijn)
- Add missed R-b tags, excuse me Marijn.

Changes since v5:
- Drop icc patch, as there are questions whether the original paths are
  valid. It will be submitted separately.

Changes since v4:
- Remove unused mdp and sd-card-det-n DT nodes from the ifc6560 dts
  (thanks to Konrad).

Changes since v3 (most points based on review by Marijn):
- Fixed a typo in dsi0 patch
- Fixed indentation here and there
- Renamed qusb2phy to qusb2phy0 to play better with qusb2phy1
- Fixed the ICC path for the GPU
- Fixed sdhc2 pinconf for sdm636-sony-xperia-ganges-mermaid
- Moved SDHC2 card detect gpio pin to board files

Changes since v2:
- Removed useless enablement of mdp node from the board file. It is
  already enabled in the SoC dtsi file.

Changes since v1 (mostly based on Kondrad's review):
- Also disabled dsi0/dsi0 phy in sdm630.dtsi
- Removed the clock from BAM DMA devices rather than disabling them
  completely
- Replaced numbers with symbolic names for interconnects in sdm630.dtsi
- Switched to "qcom,sda660" as a fallback compatible string
- Added dt-bindings for the qcom,sda660 compat
- Removed extra nesting level from the adsp firmware path
- Replaced numbers with proper symbolic names in the board file
- Added chassis-type property
- Changed the order of blsp entries in the board file
- Removed spurious newlines
- Changed the order of regulator properties
- Changed the DSI data-lines to list all four lanes. Still use just
  three lanes for the adv bridge (and describe the reason in the
  comment)

Changes since Bjorn's v2:
- Disable dsi1, dsi1 phy, GPU by default in sdm660.dtsi/sdm630.dtsi
- Fix qusb2phy ref clock
- Added USB2 host support to sdm630.dtsi
- Renamed DTS to follow SoC-vendor-board pattern
- Fixed vph_pwr voltage
- Removed extra/unrelated comments
- Added keys, USB2, USB3,
- Added configuration for the attached HDMI bridge
- Enabled MDP, MDSS and DSI0/DSI0 PHY devices
- Removed uart pinctrl and /reserved-mem nodes (present in main dtsi
  file)
- Added card detection for the SDCC2
- Disabled BLSP BAM DMA devices, they make the board reset during boot

[1] https://lore.kernel.org/linux-arm-msm/20210825221110.1498718-1-bjorn.andersson@linaro.org/#t

Dmitry Baryshkov (11):
  arm64: dts: qcom: sdm630: disable dsi0/dsi0_phy by default
  arm64: dts: qcom: sdm660: disable dsi1/dsi1_phy by default
  arm64: dts: qcom: sdm630: disable GPU by default
  arm64: dts: qcom: sdm630: fix the qusb2phy ref clock
  arm64: dts: qcom: sdm630: rename qusb2phy to qusb2phy0
  arm64: dts: qcom: sdm630: add second (HS) USB host support
  arm64: dts: qcom: sdm630: fix gpu's interconnect path
  arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2
    pinconf
  arm64: dts: qcom: sdm660: move SDHC2 card detect pinconf to board
    files
  dt-bindings: arm: qcom: document sda660 SoC and ifc6560 board
  arm64: dts: qcom: sdm660: Add initial Inforce IFC6560 board support

 .../devicetree/bindings/arm/qcom.yaml         |   6 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../boot/dts/qcom/sda660-inforce-ifc6560.dts  | 461 ++++++++++++++++++
 .../dts/qcom/sdm630-sony-xperia-nile.dtsi     |  18 +-
 arch/arm64/boot/dts/qcom/sdm630.dtsi          |  81 ++-
 .../sdm636-sony-xperia-ganges-mermaid.dts     |   2 +-
 .../boot/dts/qcom/sdm660-xiaomi-lavender.dts  |  18 +-
 arch/arm64/boot/dts/qcom/sdm660.dtsi          |   3 +
 8 files changed, 571 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/sda660-inforce-ifc6560.dts

Comments

Bjorn Andersson July 3, 2022, 3:56 a.m. UTC | #1
On Sat, 21 May 2022 23:26:57 +0300, Dmitry Baryshkov wrote:
> This work is largely based on the previous work by Bjorn Andersson ([1])
> 
> Changes since v6:
> - Rebase on top of linux-next
> - Reorder last two patches to have bindings come before the dts (Marijn)
> - Add missed R-b tags, excuse me Marijn.
> 
> [...]

Applied, thanks!

[01/11] arm64: dts: qcom: sdm630: disable dsi0/dsi0_phy by default
        commit: 79d8e016fddfe0315c4b682a891b446ec748a6e5
[02/11] arm64: dts: qcom: sdm660: disable dsi1/dsi1_phy by default
        commit: 7d8ee8e5db53b99cb522dd5126dc80fa5726aa07
[03/11] arm64: dts: qcom: sdm630: disable GPU by default
        commit: 1c047919763b4548381d1ab3320af1df66ab83df
[04/11] arm64: dts: qcom: sdm630: fix the qusb2phy ref clock
        commit: 924bbd8dd60e094344711c3526a5b308d71dc008
[05/11] arm64: dts: qcom: sdm630: rename qusb2phy to qusb2phy0
        commit: 696dea7e1c3a568b125baee98bbf6b8db09a7afb
[06/11] arm64: dts: qcom: sdm630: add second (HS) USB host support
        commit: 8b6da22e6a44b597a0a4e2d60d81303090b6d24e
[07/11] arm64: dts: qcom: sdm630: fix gpu's interconnect path
        commit: 3cd1c4f41d64a40ea6bc4575ae28e37542123d77
[08/11] arm64: dts: qcom: sdm636-sony-xperia-ganges-mermaid: correct sdc2 pinconf
        commit: 3a04cec9cba393abfe70fc62e523f381c9baec2e
[09/11] arm64: dts: qcom: sdm660: move SDHC2 card detect pinconf to board files
        commit: 5e9bc1ba7ace0793b62e612eb48b7774a13e7f74
[10/11] dt-bindings: arm: qcom: document sda660 SoC and ifc6560 board
        commit: bbd5a68919081d2fea6b0a6d6ab4c34effbf2847
[11/11] arm64: dts: qcom: sdm660: Add initial Inforce IFC6560 board support
        commit: 34279d6e3f32c7b2dd1192d8ba3e1d28b6ac775e

Best regards,