All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: sdm845: Include the interconnect resources DT header
@ 2019-03-11 14:06 Georgi Djakov
  2019-03-12 23:24   ` Evan Green
  2019-03-24  5:20 ` Bjorn Andersson
  0 siblings, 2 replies; 4+ messages in thread
From: Georgi Djakov @ 2019-03-11 14:06 UTC (permalink / raw)
  To: andy.gross, bjorn.andersson
  Cc: daidavid1, evgreen, dianders, linux-arm-msm, devicetree,
	linux-kernel, Georgi Djakov

Include the device tree header for the on-chip interconnect endpoint
resources on sdm845 devices. This will allow using the "interconnects"
property in DT nodes to describe the interconnect path resources they use.

The sdm845 interconnect provider DT node is already present, but the
header file with the resources is not included, so let's fix this.

Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm845.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index 5308f1671824..be4d4c5859c0 100644
--- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
@@ -11,6 +11,7 @@
 #include <dt-bindings/clock/qcom,lpass-sdm845.h>
 #include <dt-bindings/clock/qcom,rpmh.h>
 #include <dt-bindings/clock/qcom,videocc-sdm845.h>
+#include <dt-bindings/interconnect/qcom,sdm845.h>
 #include <dt-bindings/interrupt-controller/arm-gic.h>
 #include <dt-bindings/phy/phy-qcom-qusb2.h>
 #include <dt-bindings/reset/qcom,sdm845-aoss.h>

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: sdm845: Include the interconnect resources DT header
  2019-03-11 14:06 [PATCH] arm64: dts: sdm845: Include the interconnect resources DT header Georgi Djakov
@ 2019-03-12 23:24   ` Evan Green
  2019-03-24  5:20 ` Bjorn Andersson
  1 sibling, 0 replies; 4+ messages in thread
From: Evan Green @ 2019-03-12 23:24 UTC (permalink / raw)
  To: Georgi Djakov
  Cc: Andy Gross, Bjorn Andersson, daidavid1, Doug Anderson,
	linux-arm-msm,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML

On Mon, Mar 11, 2019 at 7:06 AM Georgi Djakov <georgi.djakov@linaro.org> wrote:
>
> Include the device tree header for the on-chip interconnect endpoint
> resources on sdm845 devices. This will allow using the "interconnects"
> property in DT nodes to describe the interconnect path resources they use.
>
> The sdm845 interconnect provider DT node is already present, but the
> header file with the resources is not included, so let's fix this.
>
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>

Reviewed-by: Evan Green <evgreen@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: sdm845: Include the interconnect resources DT header
@ 2019-03-12 23:24   ` Evan Green
  0 siblings, 0 replies; 4+ messages in thread
From: Evan Green @ 2019-03-12 23:24 UTC (permalink / raw)
  To: Georgi Djakov
  Cc: Andy Gross, Bjorn Andersson, daidavid1, Doug Anderson,
	linux-arm-msm,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS, LKML

On Mon, Mar 11, 2019 at 7:06 AM Georgi Djakov <georgi.djakov@linaro.org> wrote:
>
> Include the device tree header for the on-chip interconnect endpoint
> resources on sdm845 devices. This will allow using the "interconnects"
> property in DT nodes to describe the interconnect path resources they use.
>
> The sdm845 interconnect provider DT node is already present, but the
> header file with the resources is not included, so let's fix this.
>
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>

Reviewed-by: Evan Green <evgreen@chromium.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm64: dts: sdm845: Include the interconnect resources DT header
  2019-03-11 14:06 [PATCH] arm64: dts: sdm845: Include the interconnect resources DT header Georgi Djakov
  2019-03-12 23:24   ` Evan Green
@ 2019-03-24  5:20 ` Bjorn Andersson
  1 sibling, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2019-03-24  5:20 UTC (permalink / raw)
  To: Georgi Djakov
  Cc: andy.gross, daidavid1, evgreen, dianders, linux-arm-msm,
	devicetree, linux-kernel

On Mon 11 Mar 07:06 PDT 2019, Georgi Djakov wrote:

> Include the device tree header for the on-chip interconnect endpoint
> resources on sdm845 devices. This will allow using the "interconnects"
> property in DT nodes to describe the interconnect path resources they use.
> 
> The sdm845 interconnect provider DT node is already present, but the
> header file with the resources is not included, so let's fix this.
> 
> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>

Thanks Georgi, picked up for v5.2 with Evan's r-b.

Regards,
Bjorn

> ---
>  arch/arm64/boot/dts/qcom/sdm845.dtsi | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> index 5308f1671824..be4d4c5859c0 100644
> --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi
> @@ -11,6 +11,7 @@
>  #include <dt-bindings/clock/qcom,lpass-sdm845.h>
>  #include <dt-bindings/clock/qcom,rpmh.h>
>  #include <dt-bindings/clock/qcom,videocc-sdm845.h>
> +#include <dt-bindings/interconnect/qcom,sdm845.h>
>  #include <dt-bindings/interrupt-controller/arm-gic.h>
>  #include <dt-bindings/phy/phy-qcom-qusb2.h>
>  #include <dt-bindings/reset/qcom,sdm845-aoss.h>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-03-24  5:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 14:06 [PATCH] arm64: dts: sdm845: Include the interconnect resources DT header Georgi Djakov
2019-03-12 23:24 ` Evan Green
2019-03-12 23:24   ` Evan Green
2019-03-24  5:20 ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.