linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: j721e-common-proc-board: Fix sound node-name
@ 2022-09-28 12:25 Jayesh Choudhary
  2022-11-16  6:34 ` Jai Luthra
  2022-11-17  7:13 ` Nishanth Menon
  0 siblings, 2 replies; 3+ messages in thread
From: Jayesh Choudhary @ 2022-09-28 12:25 UTC (permalink / raw)
  To: devicetree
  Cc: nm, vigneshr, kristo, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, linux-kernel, j-choudhary

If root-node has no reg property, the unit-address should not
be appended at the end of node-name. sound node has no 'reg'
property, so remove the unit-address.

Fixes: ed3aad5b8268 ('arm64: dts: ti: j721e-common-proc-board: Analog audio support')
Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>
---
 arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
index b1691ac3442d..4da3fcdc28e5 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
@@ -96,7 +96,7 @@ vdd_sd_dv_alt: gpio-regulator-TLV71033 {
 			 <3300000 0x1>;
 	};
 
-	sound0: sound@0 {
+	sound0: sound-0 {
 		compatible = "ti,j721e-cpb-audio";
 		model = "j721e-cpb";
 
-- 
2.25.1


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

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

* Re: [PATCH] arm64: dts: ti: j721e-common-proc-board: Fix sound node-name
  2022-09-28 12:25 [PATCH] arm64: dts: ti: j721e-common-proc-board: Fix sound node-name Jayesh Choudhary
@ 2022-11-16  6:34 ` Jai Luthra
  2022-11-17  7:13 ` Nishanth Menon
  1 sibling, 0 replies; 3+ messages in thread
From: Jai Luthra @ 2022-11-16  6:34 UTC (permalink / raw)
  To: Jayesh Choudhary, nm
  Cc: vigneshr, kristo, robh+dt, krzysztof.kozlowski+dt,
	linux-arm-kernel, linux-kernel, devicetree

On 28/09/22 17:55, Jayesh Choudhary wrote:
> If root-node has no reg property, the unit-address should not
> be appended at the end of node-name. sound node has no 'reg'
> property, so remove the unit-address.
> 
> Fixes: ed3aad5b8268 ('arm64: dts: ti: j721e-common-proc-board: Analog audio support')
> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com>

Reviewed-by: Jai Luthra <j-luthra@ti.com>

> ---
>   arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> index b1691ac3442d..4da3fcdc28e5 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts
> @@ -96,7 +96,7 @@ vdd_sd_dv_alt: gpio-regulator-TLV71033 {
>   			 <3300000 0x1>;
>   	};
>   
> -	sound0: sound@0 {
> +	sound0: sound-0 {
>   		compatible = "ti,j721e-cpb-audio";
>   		model = "j721e-cpb";
>   

Thanks,
Jai

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

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

* Re: [PATCH] arm64: dts: ti: j721e-common-proc-board: Fix sound node-name
  2022-09-28 12:25 [PATCH] arm64: dts: ti: j721e-common-proc-board: Fix sound node-name Jayesh Choudhary
  2022-11-16  6:34 ` Jai Luthra
@ 2022-11-17  7:13 ` Nishanth Menon
  1 sibling, 0 replies; 3+ messages in thread
From: Nishanth Menon @ 2022-11-17  7:13 UTC (permalink / raw)
  To: j-choudhary, devicetree
  Cc: Nishanth Menon, robh+dt, linux-arm-kernel, vigneshr, kristo,
	krzysztof.kozlowski+dt, linux-kernel

Hi Jayesh Choudhary,

On Wed, 28 Sep 2022 17:55:09 +0530, Jayesh Choudhary wrote:
> If root-node has no reg property, the unit-address should not
> be appended at the end of node-name. sound node has no 'reg'
> property, so remove the unit-address.
> 
> 

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

When I applied, I dropped 'Fixes' tag for a few reasons:
a) It was trivial node cleanup fix, which per stable-rules dont make sense to
   get backported
b) The fixes format itself was wrong
c) The commit on which the fixes were to be applied would'nt apply (There is
   churn since then)

[1/1] arm64: dts: ti: j721e-common-proc-board: Fix sound node-name
      commit: f789fd29650b6fcee8995f53077d03d509a5d9f5

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
-- 
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

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

end of thread, other threads:[~2022-11-17  7:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 12:25 [PATCH] arm64: dts: ti: j721e-common-proc-board: Fix sound node-name Jayesh Choudhary
2022-11-16  6:34 ` Jai Luthra
2022-11-17  7:13 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).