Re: [PATCH v2 7/8] arm64: dts: qcom: add uart console support for SM4450

From: Tengfei Fan
Date: Mon Sep 18 2023 - 06:42:08 EST




在 9/15/2023 8:12 PM, Konrad Dybcio 写道:
On 15.09.2023 04:15, Tengfei Fan wrote:
Add base description of UART, TLMM, interconnect, TCSRCC and SMMU nodes
which helps SM4450 boot to shell with console on boards with this SoC.

Signed-off-by: Tengfei Fan <quic_tengfan@xxxxxxxxxxx>
---
You're adding multiple independent hardware blocks at once.
This is impossible to bisect if anyone ever encounters an
issue with one of them.

Konrad

Hi Konrad,

Because all these DT nodes are for support enable uart console. Put all these DT nodes in one patch to form a complete funcitonal body, so add multiple independent hardware blocks in one patch.

--
Thx and BRs,
Tengfei Fan