diff options
| author | Odelu Kukatla <okukatla@codeaurora.org> | 2016-11-13 00:27:22 +0530 |
|---|---|---|
| committer | Odelu Kukatla <okukatla@codeaurora.org> | 2017-01-04 13:15:55 +0530 |
| commit | de9aa2c4aa24b24a6c7a20dca8b75f0346dc2bad (patch) | |
| tree | de8d784cb23eb078d04f09d5eb4d2eeb2ff24f27 | |
| parent | 580c14135565072fe06e965b76592e67019a1248 (diff) | |
ARM: dts: msm: Introduce bus topology for sdm630
Bus topology is the representation of bus connections in SOC
and is required for the bus driver to serve the bandwidth
requests from clients.
Change-Id: I474f390e86f291e78d6126ed769837b123e2a409
Signed-off-by: Odelu Kukatla <okukatla@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index a82979d63244..b533311b6638 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -1,4 +1,4 @@ -/* Copyright (c) 2016, The Linux Foundation. All rights reserved. +/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -1244,6 +1244,7 @@ #include "msm-pm660l.dtsi" #include "msm-pm660-rpm-regulator.dtsi" #include "msm-pm660l-rpm-regulator.dtsi" +#include "sdm660-bus.dtsi" #include "sdm630-regulator.dtsi" #include "msm-gdsc-660.dtsi" #include "sdm660-common.dtsi" |
