On 10/7/2023 5:55 AM, Konrad Dybcio wrote:
On 3.10.2023 14:08, Nitheesh Sekar wrote:
Add support for the PCIe controller on the Qualcomm
IPQ5108 SoC to the bindings.
Signed-off-by: Nitheesh Sekar <quic_nsekar@xxxxxxxxxxx>
---
[...]
+ - if:
+ properties:
+ compatible:
+ contains:
+ enum:
+ - qcom,pcie-ipq5018
+ then:
+ properties:
+ clocks:
+ minItems: 6
+ maxItems: 6
+ clock-names:
+ items:
+ - const: iface # PCIe to SysNOC BIU clock
What's a BIU?
Konrad
It is Bus Interface Unit.
Thanks,
Nitheesh