mbox series

[RESEND,v2,0/1] Add Qualcomm Adreno 642L speedbin and update SC7280 OPPs

Message ID 20241014194825.44406-1-danila@jiaxyga.com (mailing list archive)
Headers show
Series Add Qualcomm Adreno 642L speedbin and update SC7280 OPPs | expand

Message

Danila Tikhonov Oct. 14, 2024, 7:48 p.m. UTC
This patch series adds support for the A642L GPU speedbin (0x81) to the
Adreno driver and updates the device tree for the SC7280 platform to
include this new speedbin. The A642L is used in the Qualcomm Snapdragon
SM7325 SoCs family, which is identical to the SC7280, just as the SM7125 is
identical to the SC7180. Therefore, the SM7325 will use the SC7280 device
tree.

The second version of the submitted SM7325 patches can be found at the
following link:
https://lore.kernel.org/all/20240808184048.63030-1-danila@jiaxyga.com/

Reason for RESEND: To ensure the patch does not get lost.
- Drop patch 1, as it was applied in the previous merge window for v6.12.
- Link to v2:
https://lore.kernel.org/all/20240731184550.34411-1-danila@jiaxyga.com/

Changes in v2:
- Add Konrad's R-b tag to patches no. 1 and 2 (Konrad)
- Fix subject prefix for patch no. 1 (Bjorn)
- Link to v1:
https://lore.kernel.org/all/20240722184314.36510-1-danila@jiaxyga.com/

To: Bjorn Andersson <andersson@kernel.org>
To: Konrad Dybcio <konradybcio@kernel.org>
To: Rob Herring <robh@kernel.org>
To: Krzysztof Kozlowski <krzk+dt@kernel.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Eugene Lepshy <fekz115@gmail.com>
Cc: cros-qcom-dts-watchers@chromium.org
Cc: linux-arm-msm@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux@mainlining.org
Signed-off-by: Danila Tikhonov <danila@jiaxyga.com>

Eugene Lepshy (1):
  arm64: dts: qcom: sc7280: Add 0x81 Adreno speed bin

 arch/arm64/boot/dts/qcom/sc7280.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Bjorn Andersson Oct. 16, 2024, 3:32 p.m. UTC | #1
On Mon, 14 Oct 2024 22:48:24 +0300, Danila Tikhonov wrote:
> This patch series adds support for the A642L GPU speedbin (0x81) to the
> Adreno driver and updates the device tree for the SC7280 platform to
> include this new speedbin. The A642L is used in the Qualcomm Snapdragon
> SM7325 SoCs family, which is identical to the SC7280, just as the SM7125 is
> identical to the SC7180. Therefore, the SM7325 will use the SC7280 device
> tree.
> 
> [...]

Applied, thanks!

[1/1] arm64: dts: qcom: sc7280: Add 0x81 Adreno speed bin
      commit: f92dbc3807a92f08c5450e024e90651322ca6566

Best regards,