All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Roger Quadros <rogerq@kernel.org>
Cc: <vigneshr@ti.com>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<srk@ti.com>, <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] arm64: dts: ti: Enable support for overlays for relevant boards
Date: Wed, 20 Sep 2023 08:57:22 -0500	[thread overview]
Message-ID: <20230920135722.tl2yupwpffa3ryfy@jaunt> (raw)
In-Reply-To: <20230920133450.54226-2-rogerq@kernel.org>

On 16:34-20230920, Roger Quadros wrote:
> Enable __symbols__ in board DT files for which we expect
> overlays to be supported.
> 
> Signed-off-by: Roger Quadros <rogerq@kernel.org>
> ---
>  arch/arm64/boot/dts/ti/Makefile | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> index e7b8e2e7f083..06d6f264f292 100644
> --- a/arch/arm64/boot/dts/ti/Makefile
> +++ b/arch/arm64/boot/dts/ti/Makefile
> @@ -72,8 +72,16 @@ dtb-$(CONFIG_ARCH_K3) += k3-am69-sk.dtb
>  dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm.dtb
>  
>  # Enable support for device-tree overlays
> +DTC_FLAGS_k3-am625-beagleplay += -@
>  DTC_FLAGS_k3-am625-sk += -@
>  DTC_FLAGS_k3-am62-lp-sk += -@
> +DTC_FLAGS_k3-am62a7-sk += -@
> +DTC_FLAGS_k3-am642-evm += -@
> +DTC_FLAGS_k3-am654-base-board += -@
>  DTC_FLAGS_k3-am6548-iot2050-advanced-m2 += -@
> +DTC_FLAGS_k3-am68-sk-base-board += -@
> +DTC_FLAGS_k3-am69-sk += -@
>  DTC_FLAGS_k3-j721e-common-proc-board += -@
> +DTC_FLAGS_k3-j721e-sk += -@
>  DTC_FLAGS_k3-j721s2-common-proc-board += -@
> +DTC_FLAGS_k3-j784s4-evm += -@

is'nt it better to do it in context of the changes introduced?

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Nishanth Menon <nm@ti.com>
To: Roger Quadros <rogerq@kernel.org>
Cc: <vigneshr@ti.com>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>,
	<srk@ti.com>, <linux-arm-kernel@lists.infradead.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] arm64: dts: ti: Enable support for overlays for relevant boards
Date: Wed, 20 Sep 2023 08:57:22 -0500	[thread overview]
Message-ID: <20230920135722.tl2yupwpffa3ryfy@jaunt> (raw)
In-Reply-To: <20230920133450.54226-2-rogerq@kernel.org>

On 16:34-20230920, Roger Quadros wrote:
> Enable __symbols__ in board DT files for which we expect
> overlays to be supported.
> 
> Signed-off-by: Roger Quadros <rogerq@kernel.org>
> ---
>  arch/arm64/boot/dts/ti/Makefile | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile
> index e7b8e2e7f083..06d6f264f292 100644
> --- a/arch/arm64/boot/dts/ti/Makefile
> +++ b/arch/arm64/boot/dts/ti/Makefile
> @@ -72,8 +72,16 @@ dtb-$(CONFIG_ARCH_K3) += k3-am69-sk.dtb
>  dtb-$(CONFIG_ARCH_K3) += k3-j784s4-evm.dtb
>  
>  # Enable support for device-tree overlays
> +DTC_FLAGS_k3-am625-beagleplay += -@
>  DTC_FLAGS_k3-am625-sk += -@
>  DTC_FLAGS_k3-am62-lp-sk += -@
> +DTC_FLAGS_k3-am62a7-sk += -@
> +DTC_FLAGS_k3-am642-evm += -@
> +DTC_FLAGS_k3-am654-base-board += -@
>  DTC_FLAGS_k3-am6548-iot2050-advanced-m2 += -@
> +DTC_FLAGS_k3-am68-sk-base-board += -@
> +DTC_FLAGS_k3-am69-sk += -@
>  DTC_FLAGS_k3-j721e-common-proc-board += -@
> +DTC_FLAGS_k3-j721e-sk += -@
>  DTC_FLAGS_k3-j721s2-common-proc-board += -@
> +DTC_FLAGS_k3-j784s4-evm += -@

is'nt it better to do it in context of the changes introduced?

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

  reply	other threads:[~2023-09-20 13:57 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-20 13:34 [PATCH 0/2] arm64: dts: ti: Add overlay for AM642-EVM NAND expansion card Roger Quadros
2023-09-20 13:34 ` Roger Quadros
2023-09-20 13:34 ` [PATCH 1/2] arm64: dts: ti: Enable support for overlays for relevant boards Roger Quadros
2023-09-20 13:34   ` Roger Quadros
2023-09-20 13:57   ` Nishanth Menon [this message]
2023-09-20 13:57     ` Nishanth Menon
2023-09-20 15:14     ` Roger Quadros
2023-09-20 15:14       ` Roger Quadros
2023-09-20 13:34 ` [PATCH 2/2] arm64: dts: ti: am642-evm: Add overlay for NAND expansion card Roger Quadros
2023-09-20 13:34   ` Roger Quadros
2023-09-20 13:58   ` Nishanth Menon
2023-09-20 13:58     ` Nishanth Menon
2023-09-20 15:18     ` Roger Quadros
2023-09-20 15:18       ` Roger Quadros
2023-09-20 16:44       ` Nishanth Menon
2023-09-20 16:44         ` Nishanth Menon
2023-09-20 17:06         ` Andrew Davis
2023-09-20 17:06           ` Andrew Davis
2023-09-21 11:37           ` Roger Quadros
2023-09-21 11:37             ` Roger Quadros
2023-09-21 17:23             ` Andrew Davis
2023-09-21 17:23               ` Andrew Davis
2023-09-22  9:03               ` Roger Quadros
2023-09-22  9:03                 ` Roger Quadros
2023-09-22 14:54                 ` Andrew Davis
2023-09-22 14:54                   ` Andrew Davis
2023-09-22 20:09                 ` Rob Herring
2023-09-22 20:09                   ` Rob Herring
2024-01-23 20:07               ` Roger Quadros
2024-01-23 20:07                 ` Roger Quadros

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230920135722.tl2yupwpffa3ryfy@jaunt \
    --to=nm@ti.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=rogerq@kernel.org \
    --cc=srk@ti.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.