On Thu, 21 Jan 2021 16:53:20 +0200, Georgi Djakov wrote: > "make dtbs_check" complains that the number of interconnect-cells > for some RPMh platforms is not "const: 1" (as defined in the schema). > > That's because the interconnect-cells now can be 1 or 2, depending > on what is supported by the specific interconnect provider. Let's > reflect this in the schema. > > Fixes: 9a34e7ad2e12 ("dt-bindings: interconnect: Document the support of optional path tag") > Signed-off-by: Georgi Djakov <georgi.djakov@xxxxxxxxxx> > --- > Documentation/devicetree/bindings/interconnect/qcom,rpmh.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!