Message ID | 1582646384-1458-1-git-send-email-okukatla@codeaurora.org |
---|---|
Headers | show |
Series | Add SC7180 interconnect provider driver | expand |
On Tue, Feb 25, 2020 at 09:29:44PM +0530, Odelu Kukatla wrote: > Add the DT nodes for the network-on-chip interconnect buses found > on sc7180-based platforms. > > Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org> > --- > arch/arm64/boot/dts/qcom/sc7180.dtsi | 95 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 95 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi > index cc5a94f..3e28f34 100644 > --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi v2 had: +#include <dt-bindings/interconnect/qcom,sc7180.h> I think we still want that, otherwise some patch that adds an interconnect configuration for SC7180 needs to add it (see also https://patchwork.kernel.org/patch/11386485/#23187545)