linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/19] arm64: dts: imx8: Align pins and regulators with dtschema
@ 2020-08-28 16:47 Krzysztof Kozlowski
  2020-08-28 16:47 ` [PATCH v2 01/19] dt-bindings: mfd: rohm,bd71847-pmic: Correct clock properties requirements Krzysztof Kozlowski
                   ` (18 more replies)
  0 siblings, 19 replies; 25+ messages in thread
From: Krzysztof Kozlowski @ 2020-08-28 16:47 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Miquel Raynal, Richard Weinberger,
	Vignesh Raghavendra, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Anson Huang, Matti Vaittinen, Han Xu, devicetree, linux-kernel,
	linux-mtd, linux-arm-kernel
  Cc: Krzysztof Kozlowski

Hi,

This is a v2 of my second batch of i.MX8 DTS and bindings cleanup. It's
rebased on top of first batch [1] although it is independent.

1. For arm64/dts patches: to avoid any conflicts, better to apply
   on top of [1].
2. dt-bindings patches: independend, can be applied by Rob or subsystem
   maintainers.


Changes since v1:
=================
1. Address few comments - see individual patches.

[1] https://lore.kernel.org/lkml/20200825193536.7332-1-krzk@kernel.org/


Best regards,
Krzysztof


Krzysztof Kozlowski (19):
  dt-bindings: mfd: rohm,bd71847-pmic: Correct clock properties
    requirements
  dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCs
  arm64: dts: imx8mm-beacon-kit: Add missing build through Makefile
  arm64: dts: imx8mm-beacon-som: Align regulator names with schema
  arm64: dts: imx8mm-beacon-som: Fix atmel,24c64 EEPROM compatible
  arm64: dts: imx8mm-beacon: Align pin configuration group names with
    schema
  arm64: dts: imx8mm-evk: Align regulator names with schema
  arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC
  arm64: dts: imx8mm-evk: Align pin configuration group names with
    schema
  arm64: dts: imx8mm-ddr4-evk: Align pin configuration group names with
    schema
  arm64: dts: imx8mn-ddr4-evk: Align regulator names with schema
  arm64: dts: imx8mn-evk: Align pin configuration group names with
    schema
  arm64: dts: imx8mq-evk: Align pin configuration group names with
    schema
  arm64: dts: imx8mq-librem5-devkit: Align pin configuration group names
    with schema
  arm64: dts: imx8mq-phanbell: Align pin configuration group names with
    schema
  arm64: dts: imx8mq-pico-pi: Align pin configuration group names with
    schema
  arm64: dts: imx8mq-sr-som: Align pin configuration group names with
    schema
  arm64: dts: imx8mq-hummingboard-pulse: Align pin configuration group
    names with schema
  arm64: dts: imx8qxp-colibri: Align pin configuration group names with
    schema

 .../bindings/mfd/rohm,bd71847-pmic.yaml       |  9 ++-
 .../devicetree/bindings/mtd/gpmi-nand.yaml    | 76 +++++++++++++++----
 arch/arm64/boot/dts/freescale/Makefile        |  1 +
 .../freescale/imx8mm-beacon-baseboard.dtsi    |  8 +-
 .../boot/dts/freescale/imx8mm-beacon-som.dtsi | 36 ++++-----
 arch/arm64/boot/dts/freescale/imx8mm-evk.dts  | 40 +++++-----
 .../boot/dts/freescale/imx8mn-ddr4-evk.dts    | 24 +++---
 arch/arm64/boot/dts/freescale/imx8mn-evk.dtsi | 14 ++--
 arch/arm64/boot/dts/freescale/imx8mq-evk.dts  |  2 +-
 .../freescale/imx8mq-hummingboard-pulse.dts   |  8 +-
 .../dts/freescale/imx8mq-librem5-devkit.dts   | 12 +--
 .../boot/dts/freescale/imx8mq-phanbell.dts    | 12 +--
 .../boot/dts/freescale/imx8mq-pico-pi.dts     | 12 +--
 .../boot/dts/freescale/imx8mq-sr-som.dtsi     |  4 +-
 .../boot/dts/freescale/imx8qxp-colibri.dtsi   |  8 +-
 15 files changed, 161 insertions(+), 105 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2020-09-05  6:13 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-28 16:47 [PATCH v2 00/19] arm64: dts: imx8: Align pins and regulators with dtschema Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 01/19] dt-bindings: mfd: rohm,bd71847-pmic: Correct clock properties requirements Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 02/19] dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCs Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 03/19] arm64: dts: imx8mm-beacon-kit: Add missing build through Makefile Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 04/19] arm64: dts: imx8mm-beacon-som: Align regulator names with schema Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 05/19] arm64: dts: imx8mm-beacon-som: Fix atmel,24c64 EEPROM compatible Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 06/19] arm64: dts: imx8mm-beacon: Align pin configuration group names with schema Krzysztof Kozlowski
2020-09-05  6:11   ` Shawn Guo
2020-08-28 16:47 ` [PATCH v2 07/19] arm64: dts: imx8mm-evk: Align regulator " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 08/19] arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC Krzysztof Kozlowski
2020-08-31  5:30   ` Vaittinen, Matti
2020-09-05  6:11   ` Shawn Guo
2020-08-28 16:47 ` [PATCH v2 09/19] arm64: dts: imx8mm-evk: Align pin configuration group names with schema Krzysztof Kozlowski
2020-09-05  6:13   ` Shawn Guo
2020-08-28 16:47 ` [PATCH v2 10/19] arm64: dts: imx8mm-ddr4-evk: " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 11/19] arm64: dts: imx8mn-ddr4-evk: Align regulator " Krzysztof Kozlowski
2020-08-31  5:27   ` Vaittinen, Matti
2020-08-28 16:47 ` [PATCH v2 12/19] arm64: dts: imx8mn-evk: Align pin configuration group " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 13/19] arm64: dts: imx8mq-evk: " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 14/19] arm64: dts: imx8mq-librem5-devkit: " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 15/19] arm64: dts: imx8mq-phanbell: " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 16/19] arm64: dts: imx8mq-pico-pi: " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 17/19] arm64: dts: imx8mq-sr-som: " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 18/19] arm64: dts: imx8mq-hummingboard-pulse: " Krzysztof Kozlowski
2020-08-28 16:47 ` [PATCH v2 19/19] arm64: dts: imx8qxp-colibri: " Krzysztof Kozlowski

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