Re: [PATCH RFC 6/8] arm64: dts: qcom: sm8650: add interconnect dependent device nodes

From: Konrad Dybcio
Date: Wed Oct 25 2023 - 05:10:29 EST




On 10/25/23 09:47, Neil Armstrong wrote:
Add Hardware nodes that depends on an interconnect property to
be valid.

The includes:
- all QUP i2s/spi nodes
- PCIe
- UFS
- SDHCI
- Display
- HWMON

Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
---
QCOM_ICC_TAG_ALWAYS would be nice.. (see sa8775p)

[...]

+ /* Forbid SDR104/SDR50 - broken hw! */
+ sdhci-caps-mask = <0x3 0>;
Have they *still* not fixed that?

[...]

There's a whole lot to digest here, but I don't see anything
obviously wrong..

Acked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>

Konrad