On 25/10/2023 11:10, Konrad Dybcio wrote:
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)
I'll add those,
Thanks,
Neil
[...]
+ /* 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