public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] ARM: dts: add Kobo Clara 2E
@ 2024-11-03 13:51 Andreas Kemnade
  2024-11-03 13:51 ` [PATCH v4 1/3] dt-bindings: arm: fsl: add compatible strings for " Andreas Kemnade
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andreas Kemnade @ 2024-11-03 13:51 UTC (permalink / raw)
  To: Matti Vaittinen, Alexander Stein, Conor Dooley, devicetree,
	linux-kernel, Shawn Guo, linux-arm-kernel, imx, Fabio Estevam,
	Pengutronix Kernel Team, Sascha Hauer, Rob Herring,
	Krzysztof Kozlowski
  Cc: Andreas Kemnade

Add a basic device tree for the Kobo Clara 2E Ebook reader.
It is equipped with an i.MX6SLL SoC. EPDC PMIC drivers
are not ready for mainline yet.

Changes in V4:
- fix order of pinmux nodes
- remove some blank lines

Changes in V3:
- removed 30MegaOhm current sense resistor nonsense

Changes in V2:
- improved commit message about devices without binding

Andreas Kemnade (3):
  dt-bindings: arm: fsl: add compatible strings for Kobo Clara 2E
  ARM: dts: imx: Add devicetree for Kobo Clara 2E
  ARM: imx_v6_v7_defconfig: Enable drivers for Kobo Clara 2E

 .../devicetree/bindings/arm/fsl.yaml          |   8 +
 arch/arm/boot/dts/nxp/imx/Makefile            |   2 +
 .../dts/nxp/imx/imx6sll-kobo-clara2e-a.dts    |  23 +
 .../dts/nxp/imx/imx6sll-kobo-clara2e-b.dts    |  23 +
 .../nxp/imx/imx6sll-kobo-clara2e-common.dtsi  | 511 ++++++++++++++++++
 arch/arm/configs/imx_v6_v7_defconfig          |   2 +
 6 files changed, 569 insertions(+)
 create mode 100644 arch/arm/boot/dts/nxp/imx/imx6sll-kobo-clara2e-a.dts
 create mode 100644 arch/arm/boot/dts/nxp/imx/imx6sll-kobo-clara2e-b.dts
 create mode 100644 arch/arm/boot/dts/nxp/imx/imx6sll-kobo-clara2e-common.dtsi

-- 
2.39.5



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

end of thread, other threads:[~2024-11-04 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 13:51 [PATCH v4 0/3] ARM: dts: add Kobo Clara 2E Andreas Kemnade
2024-11-03 13:51 ` [PATCH v4 1/3] dt-bindings: arm: fsl: add compatible strings for " Andreas Kemnade
2024-11-03 13:52 ` [PATCH v4 2/3] ARM: dts: imx: Add devicetree " Andreas Kemnade
2024-11-03 13:52 ` [PATCH v4 3/3] ARM: imx_v6_v7_defconfig: Enable drivers " Andreas Kemnade
2024-11-04  7:17 ` [PATCH v4 0/3] ARM: dts: add " Shawn Guo
2024-11-04 14:39 ` Rob Herring (Arm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox