All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] ARM: dts: am335x: Fix UARTs length
@ 2019-07-24 12:23 Emmanuel Vadot
  2019-07-24 12:23 ` [PATCH 1/1] " Emmanuel Vadot
  0 siblings, 1 reply; 3+ messages in thread
From: Emmanuel Vadot @ 2019-07-24 12:23 UTC (permalink / raw)
  To: bcousson, tony, robh+dt, mark.rutland, linux-omap
  Cc: devicetree, linux-kernel, Emmanuel Vadot

For some reason the uart region size were set to 0x2000 while the TRM clearly
specify that the size is 0x1000.
I guess this is not a problem on Linux but for FreeBSD the resource manager will
not allow the mapping when the region declared in the parents is less that the one
declared in the child.

Emmanuel Vadot (1):
  ARM: dts: am335x: Fix UARTs length

 arch/arm/boot/dts/am33xx-l4.dtsi | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.22.0

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

end of thread, other threads:[~2019-08-13 10:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-24 12:23 [PATCH 0/1] ARM: dts: am335x: Fix UARTs length Emmanuel Vadot
2019-07-24 12:23 ` [PATCH 1/1] " Emmanuel Vadot
2019-08-13 10:20   ` Tony Lindgren

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.