devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: dra7: Fix DRA7 L3 NoC node register size
@ 2023-11-13 18:16 Andrew Davis
  2023-11-30 11:53 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Davis @ 2023-11-13 18:16 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Benoît Cousson, Tony Lindgren, Nishanth Menon,
	Vignesh Raghavendra
  Cc: devicetree, linux-kernel, linux-omap, Andrew Davis

This node can access any part of the L3 configuration registers space,
including CLK1 and CLK2 which are 0x800000 offset. Restore this area
size to include these areas.

Fixes: 7f2659ce657e ("ARM: dts: Move dra7 l3 noc to a separate node")
Signed-off-by: Andrew Davis <afd@ti.com>
---
 arch/arm/boot/dts/ti/omap/dra7.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/ti/omap/dra7.dtsi b/arch/arm/boot/dts/ti/omap/dra7.dtsi
index 3f3e52e3b3752..6509c742fb58c 100644
--- a/arch/arm/boot/dts/ti/omap/dra7.dtsi
+++ b/arch/arm/boot/dts/ti/omap/dra7.dtsi
@@ -147,7 +147,7 @@ ocp: ocp {
 
 		l3-noc@44000000 {
 			compatible = "ti,dra7-l3-noc";
-			reg = <0x44000000 0x1000>,
+			reg = <0x44000000 0x1000000>,
 			      <0x45000000 0x1000>;
 			interrupts-extended = <&crossbar_mpu GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>,
 					      <&wakeupgen GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.39.2


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

* Re: [PATCH] ARM: dts: dra7: Fix DRA7 L3 NoC node register size
  2023-11-13 18:16 [PATCH] ARM: dts: dra7: Fix DRA7 L3 NoC node register size Andrew Davis
@ 2023-11-30 11:53 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2023-11-30 11:53 UTC (permalink / raw)
  To: Andrew Davis
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Benoît Cousson, Nishanth Menon, Vignesh Raghavendra,
	devicetree, linux-kernel, linux-omap

* Andrew Davis <afd@ti.com> [231113 20:16]:
> This node can access any part of the L3 configuration registers space,
> including CLK1 and CLK2 which are 0x800000 offset. Restore this area
> size to include these areas.

Applying into fixes thanks.

Tony

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

end of thread, other threads:[~2023-11-30 11:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-13 18:16 [PATCH] ARM: dts: dra7: Fix DRA7 L3 NoC node register size Andrew Davis
2023-11-30 11:53 ` Tony Lindgren

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).