On Thu, 05 May 2022 08:52:33 +0200, Krzysztof Kozlowski wrote: > Recent Qualcomm Geni SPI nodes, e.g. on SM8450, come also with three > interconnects. This fixes dtbs_check warnings like: > > sm8450-qrd.dtb: spi@a98000: interconnects: [[46, 1, 0, 46, 4, 0], [47, 2, 0, 48, 12, 0], [49, 1, 0, 50, 1, 0]] is too long > sm8450-qrd.dtb: spi@a98000: interconnect-names: ['qup-core', 'qup-config', 'qup-memory'] is too long > > Fixes: 5bdcae1fe1c5 ("spi: dt-bindings: qcom,spi-geni-qcom: convert to dtschema") > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > Fix for a commit in MSM/Bjorn's tree. > > Changes since v1: > 1. Correct error msg (Rob). > --- > .../devicetree/bindings/spi/qcom,spi-geni-qcom.yaml | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>