Re: [V4, 3/3] arm64: dts: sc7180: Add interconnect provider DT nodes
From: Amit Kucheria <hidden>
Date: 2020-02-28 08:55:34
Also in:
linux-arm-msm, linux-devicetree, lkml
From: Amit Kucheria <hidden>
Date: 2020-02-28 08:55:34
Also in:
linux-arm-msm, linux-devicetree, lkml
On Thu, Feb 27, 2020 at 10:42 PM Matthias Kaehlcke [off-list ref] wrote:
On Tue, Feb 25, 2020 at 09:29:44PM +0530, Odelu Kukatla wrote:quoted
Add the DT nodes for the network-on-chip interconnect buses found on sc7180-based platforms. Signed-off-by: Odelu Kukatla <redacted> --- 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.dtsiv2 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)
Thanks Matthias. That fixed the build.