Re: [PATCH v1 3/4] interconnect: qcom: sdm845: Split qnodes into their respective NoCs

From: Rob Herring
Date: Thu Dec 26 2019 - 13:48:16 EST


On Sun, Dec 15, 2019 at 09:58:44PM -0800, David Dai wrote:
> In order to better represent the hardware and its different Network-On-Chip
> devices, split the sdm845 provider driver into NoC specific providers.
> Remove duplicate functionality already provided by the icc rpmh and
> bcm voter drivers to calculate and commit bandwidth requests to hardware.

This breaks backwards compatibility. Is that okay for all 845 users?

> Signed-off-by: David Dai <daidavid1@xxxxxxxxxxxxxx>
> ---
> drivers/interconnect/qcom/sdm845.c | 1122 ++++++++++--------------
> include/dt-bindings/interconnect/qcom,sdm845.h | 263 +++---
> 2 files changed, 606 insertions(+), 779 deletions(-)