linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
@ 2020-11-04 22:25 Nishanth Menon
  2020-11-04 22:27 ` Jyri Sarha
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nishanth Menon @ 2020-11-04 22:25 UTC (permalink / raw)
  To: Jyri Sarha, Tomi Valkeinen
  Cc: Rob Herring, Tero Kristo, linux-kernel, devicetree,
	linux-arm-kernel, Nishanth Menon

Fix the node address to follow the device tree convention.

This fixes the dtc warning:
<stdout>: Warning (simple_bus_reg): /bus@100000/dss@04a00000: simple-bus
unit address format error, expected "4a00000"

Fixes: 76921f15acc0 ("arm64: dts: ti: k3-j721e-main: Add DSS node")
Fixes: fc539b90eda2 ("arm64: dts: ti: am654: Add DSS node")
Cc: Jyri Sarha <jsarha@ti.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
---
 arch/arm64/boot/dts/ti/k3-am65-main.dtsi  | 2 +-
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
index 533525229a8d..27f6fd9eaa0a 100644
--- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
@@ -834,7 +834,7 @@ csi2_0: port@0 {
 		};
 	};
 
-	dss: dss@04a00000 {
+	dss: dss@4a00000 {
 		compatible = "ti,am65x-dss";
 		reg =	<0x0 0x04a00000 0x0 0x1000>, /* common */
 			<0x0 0x04a02000 0x0 0x1000>, /* vidl1 */
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
index e2a96b2c423c..c66ded9079be 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
@@ -1278,7 +1278,7 @@ ufs@4e84000 {
 		};
 	};
 
-	dss: dss@04a00000 {
+	dss: dss@4a00000 {
 		compatible = "ti,j721e-dss";
 		reg =
 			<0x00 0x04a00000 0x00 0x10000>, /* common_m */
-- 
2.29.2


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

* Re: [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
  2020-11-04 22:25 [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node Nishanth Menon
@ 2020-11-04 22:27 ` Jyri Sarha
  2020-11-05  7:19 ` Tomi Valkeinen
  2020-11-12 17:49 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Jyri Sarha @ 2020-11-04 22:27 UTC (permalink / raw)
  To: Nishanth Menon, Tomi Valkeinen
  Cc: Rob Herring, Tero Kristo, linux-kernel, devicetree, linux-arm-kernel

On 05/11/2020 00:25, Nishanth Menon wrote:
> Fix the node address to follow the device tree convention.
> 
> This fixes the dtc warning:
> <stdout>: Warning (simple_bus_reg): /bus@100000/dss@04a00000: simple-bus
> unit address format error, expected "4a00000"
> 
> Fixes: 76921f15acc0 ("arm64: dts: ti: k3-j721e-main: Add DSS node")
> Fixes: fc539b90eda2 ("arm64: dts: ti: am654: Add DSS node")
> Cc: Jyri Sarha <jsarha@ti.com>
> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Jyri Sarha <jsarha@ti.com>

> ---
>  arch/arm64/boot/dts/ti/k3-am65-main.dtsi  | 2 +-
>  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> index 533525229a8d..27f6fd9eaa0a 100644
> --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> @@ -834,7 +834,7 @@ csi2_0: port@0 {
>  		};
>  	};
>  
> -	dss: dss@04a00000 {
> +	dss: dss@4a00000 {
>  		compatible = "ti,am65x-dss";
>  		reg =	<0x0 0x04a00000 0x0 0x1000>, /* common */
>  			<0x0 0x04a02000 0x0 0x1000>, /* vidl1 */
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> index e2a96b2c423c..c66ded9079be 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> @@ -1278,7 +1278,7 @@ ufs@4e84000 {
>  		};
>  	};
>  
> -	dss: dss@04a00000 {
> +	dss: dss@4a00000 {
>  		compatible = "ti,j721e-dss";
>  		reg =
>  			<0x00 0x04a00000 0x00 0x10000>, /* common_m */
> 


-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
  2020-11-04 22:25 [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node Nishanth Menon
  2020-11-04 22:27 ` Jyri Sarha
@ 2020-11-05  7:19 ` Tomi Valkeinen
  2020-11-12 17:49 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Tomi Valkeinen @ 2020-11-05  7:19 UTC (permalink / raw)
  To: Nishanth Menon, Jyri Sarha
  Cc: Rob Herring, Tero Kristo, linux-kernel, devicetree, linux-arm-kernel



On 05/11/2020 00:25, Nishanth Menon wrote:
> Fix the node address to follow the device tree convention.
> 
> This fixes the dtc warning:
> <stdout>: Warning (simple_bus_reg): /bus@100000/dss@04a00000: simple-bus
> unit address format error, expected "4a00000"
> 
> Fixes: 76921f15acc0 ("arm64: dts: ti: k3-j721e-main: Add DSS node")
> Fixes: fc539b90eda2 ("arm64: dts: ti: am654: Add DSS node")
> Cc: Jyri Sarha <jsarha@ti.com>
> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
> Signed-off-by: Nishanth Menon <nm@ti.com>
> ---
>  arch/arm64/boot/dts/ti/k3-am65-main.dtsi  | 2 +-
>  arch/arm64/boot/dts/ti/k3-j721e-main.dtsi | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> index 533525229a8d..27f6fd9eaa0a 100644
> --- a/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-am65-main.dtsi
> @@ -834,7 +834,7 @@ csi2_0: port@0 {
>  		};
>  	};
>  
> -	dss: dss@04a00000 {
> +	dss: dss@4a00000 {
>  		compatible = "ti,am65x-dss";
>  		reg =	<0x0 0x04a00000 0x0 0x1000>, /* common */
>  			<0x0 0x04a02000 0x0 0x1000>, /* vidl1 */
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> index e2a96b2c423c..c66ded9079be 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-main.dtsi
> @@ -1278,7 +1278,7 @@ ufs@4e84000 {
>  		};
>  	};
>  
> -	dss: dss@04a00000 {
> +	dss: dss@4a00000 {
>  		compatible = "ti,j721e-dss";
>  		reg =
>  			<0x00 0x04a00000 0x00 0x10000>, /* common_m */
> 

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

 Tomi

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
  2020-11-04 22:25 [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node Nishanth Menon
  2020-11-04 22:27 ` Jyri Sarha
  2020-11-05  7:19 ` Tomi Valkeinen
@ 2020-11-12 17:49 ` Nishanth Menon
  2 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2020-11-12 17:49 UTC (permalink / raw)
  To: Nishanth Menon, Jyri Sarha, Tomi Valkeinen
  Cc: Rob Herring, linux-kernel, devicetree, Tero Kristo, linux-arm-kernel

On Wed, 4 Nov 2020 16:25:19 -0600, Nishanth Menon wrote:
> Fix the node address to follow the device tree convention.
> 
> This fixes the dtc warning:
> <stdout>: Warning (simple_bus_reg): /bus@100000/dss@04a00000: simple-bus
> unit address format error, expected "4a00000"


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

[1/1] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
      commit: cfbf17e69ae82f647c287366b7573e532fc281ee


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/nmenon/linux.git
-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D


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

end of thread, other threads:[~2020-11-12 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-04 22:25 [PATCH] arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node Nishanth Menon
2020-11-04 22:27 ` Jyri Sarha
2020-11-05  7:19 ` Tomi Valkeinen
2020-11-12 17:49 ` 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).