All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] add support for Phytec PCM-049 and PCM-959
@ 2023-02-09  2:55 ` Colin Foster
  0 siblings, 0 replies; 14+ messages in thread
From: Colin Foster @ 2023-02-09  2:55 UTC (permalink / raw)
  To: linux-omap, linux-arm-kernel, linux-kernel, devicetree
  Cc: Tony Lindgren, Benoît Cousson, soc, Olof Johansson,
	Arnd Bergmann, Krzysztof Kozlowski, Rob Herring

As should be clear for the title and patch title, this is adding initial
support for the OMAP 4460 SOM and dev kit for Phytec's PCM959 evaluation
kit.

The PCM049 is a legacy SOM offered by Phytec:
https://www.phytec.com/legacy-soms/
There was a vendor BSP offered by Phytec, but that never entered the
Device Tree era. This patch is meant to change that.

My development bootloader has moved to U-Boot, but I have verified
Barebox works in the past. When booting from SD card, either bootloader
should work. When booting from Barebox, the NAND OOB layout is
incompatible between the bootloader and the kernel.

I haven't had any OOB / ECC errors in the NAND at all, which was my
main concern. Due to that, I'm submitting this as a patch instead of
an RFC. Hardware ECC correction seems to be fully functional.



v2->v3
    * Acked-by on patch 1
    * Code review changes (see patch 2 for details)
    * Fix intermittent NAND failures (patch 2)

v1->v2
    * Almost everything moved into the SOM (PCM-049) .dtsi. Only the
      LED chip is dev-board specific.
    * Fix pinmux associations (*pmx_core was applying *pmx_wkup
      entries... I'm surprised that didn't cause more issues)
    * Documentation added

    * Updates from review:
    *   Board compatible strings added
    *   Hyphen / underscore changes
    *   Remove unnecessary status="okay" entries
    *   Generic names used (regulator, led-1, etc.)


Colin Foster (2):
  dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board
  arm: dts: omap4: pcm959: add initial support for phytec pcm959

 .../devicetree/bindings/arm/omap/omap.txt     |   3 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/omap4-phytec-pcm-049.dtsi   | 400 ++++++++++++++++++
 arch/arm/boot/dts/omap4-phytec-pcm-959.dts    |  48 +++
 4 files changed, 452 insertions(+)
 create mode 100644 arch/arm/boot/dts/omap4-phytec-pcm-049.dtsi
 create mode 100644 arch/arm/boot/dts/omap4-phytec-pcm-959.dts

-- 
2.25.1


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

end of thread, other threads:[~2023-02-16  6:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-09  2:55 [PATCH v3 0/2] add support for Phytec PCM-049 and PCM-959 Colin Foster
2023-02-09  2:55 ` Colin Foster
2023-02-09  2:55 ` [PATCH v3 1/2] dt-bindings: arm: omap: add phytec pcm-049 som and pcm-959 dev board Colin Foster
2023-02-09  2:55   ` Colin Foster
2023-02-09 17:35   ` Rob Herring
2023-02-09 17:35     ` Rob Herring
2023-02-15  7:14     ` Tony Lindgren
2023-02-15  7:14       ` Tony Lindgren
2023-02-15 16:46       ` Colin Foster
2023-02-15 16:46         ` Colin Foster
2023-02-16  6:51         ` Tony Lindgren
2023-02-16  6:51           ` Tony Lindgren
2023-02-09  2:55 ` [PATCH v3 2/2] arm: dts: omap4: pcm959: add initial support for phytec pcm959 Colin Foster
2023-02-09  2:55   ` Colin Foster

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.