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.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)
Thanks Matthias. That fixed the build.