On Sat, 29 Jan 2022 03:27:34 +0000, Bryan O'Donoghue wrote: > snoc and snoc-mm in downstream use the same address space a mistake which > we have carried over into upstream. In silicon terms snoc-mm has been > tacked on to the original snoc which came from msm8916. > > Convert to a better description where snoc-mm is a sub-node of snoc, thus > avoiding a mmio remap collision when using the RPM interconnect driver. > > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > --- > .../bindings/interconnect/qcom,rpm.yaml | 33 +++++++++++++++++-- > 1 file changed, 31 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>