Re: [PATCH v3 0/6] arm64: dts: qcom: sm8350: enable GPU on the HDK board

2023-02-13 Thread Bjorn Andersson
On Thu, 9 Feb 2023 15:38:33 +0200, 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

Re: [PATCH v3 0/6] arm64: dts: qcom: sm8350: enable GPU on the HDK board

2023-02-10 Thread neil . armstrong
On 10/02/2023 11:32, Dmitry Baryshkov wrote: On Fri, 10 Feb 2023 at 10:29, Neil Armstrong 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

Re: [PATCH v3 0/6] arm64: dts: qcom: sm8350: enable GPU on the HDK board

2023-02-10 Thread Dmitry Baryshkov
On Fri, 10 Feb 2023 at 10:29, Neil Armstrong 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 greatl

Re: [PATCH v3 0/6] arm64: dts: qcom: sm8350: enable GPU on the HDK board

2023-02-10 Thread Neil Armstrong
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

[PATCH v3 0/6] arm64: dts: qcom: sm8350: enable GPU on the HDK board

2023-02-09 Thread Dmitry Baryshkov
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: - D