On Fri, 10 Feb 2023 at 10:29, Neil Armstrong <neil.armstrong@xxxxxxxxxx> wrote: > > On 09/02/2023 14:38, Dmitry Baryshkov wrote: > > Add A660 device to the Qualcomm SM8350 platform and enable it for the > > sm8350-hdk board. Unfortunately while adding the GPU & related devices I > > noticed that DT nodes on SM8350 are greatly out of the adress sorting > > order, so patches 2-4 reorder DT nodes to follow the agreement. > > > > Changes since v1: > > - Dropped merged patches > > - Expanded commit messages to mention the sort order (by the node > > address) > > - Rebased on top of latest Bjorn's tree > > Can you specify which tree and commit ? > > I tried next-20230207, next-20230208 & next-20230209 and patch 2 doesn't apply. It was crafted on top of Bjorn's tree and as such it applies on top of 20230210 without any issues. > > On the 3 trees I have: > d7133d6d25fb arm64: dts: qcom: sm8350: use qcom,sm8350-dsi-ctrl compatibles > b904227a4b69 arm64: dts: qcom: sm8350: Hook up DSI1 to MDP > 2a07efb8c086 arm64: dts: qcom: sm8350: Add mdss_ prefix to DSIn out labels > e3e654ced376 arm64: dts: qcom: sm8350: Fix DSI PLL size > 45cd807de143 arm64: dts: qcom: sm8350: Fix DSI PHY compatibles > 0af6a4012b38 arm64: dts: qcom: sm8350: Feed DSI1 PHY clocks to DISPCC > 1eed7995d9da arm64: dts: qcom: sm8350: Fix DSI1 interrupt > 6636818ecf0f arm64: dts: qcom: sm8350: Add missing #address/size-cells to DSIn > f3c08ae6fea7 arm64: dts: qcom: sm8350: Pad addresses to 8 hex digits > 1ccad21aa996 Merge tag 'qcom-arm64-fixes-for-6.2' into arm64-for-6.3 > ... > > Can you use --base in format-patch (or use b4 prep !) ? > > Thanks, > Neil > > > > > Changes since v1: > > - Fixed the subject and commit message for patch 1 > > - Fixed GMU's clocks to follow the vendor kernel > > - Marked Adreno SMMU as dma-coherent > > - Dropped comments targeting sm8350 v1, we do not support that chip > > revision. > > > > Dmitry Baryshkov (6): > > dt-bindings: display/msm/gmu: add Adreno 660 support > > arm64: dts: qcom: sm8350: reorder device nodes > > arm64: dts: qcom: sm8350: move more nodes to correct place > > arm64: dts: qcom: sm8350: finish reordering nodes > > arm64: dts: qcom: sm8350: add GPU, GMU, GPU CC and SMMU nodes > > arm64: dts: qcom: sm8350-hdk: enable GPU > > > > .../devicetree/bindings/display/msm/gmu.yaml | 1 + > > arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 8 + > > arch/arm64/boot/dts/qcom/sm8350.dtsi | 2512 +++++++++-------- > > 3 files changed, 1354 insertions(+), 1167 deletions(-) > > > -- With best wishes Dmitry