linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] arm/arm64/dt-bindings: altera/intel: fix DTS and dtschema
@ 2021-12-27 13:31 Krzysztof Kozlowski
  2021-12-27 13:31 ` [PATCH 01/19] dt-bindings: vendor-prefixes: add Enclustra Krzysztof Kozlowski
                   ` (19 more replies)
  0 siblings, 20 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2021-12-27 13:31 UTC (permalink / raw)
  To: Rob Herring, Michael Turquette, Stephen Boyd, Ulf Hansson,
	Dinh Nguyen, devicetree, linux-kernel, linux-clk, linux-mmc
  Cc: Krzysztof Kozlowski

Hi,

Partial cleanup of Altera/Intel ARMv7 and ARMv8 DTS and bindings.

The patches are independent, unless touching same files (e.g.
bindings/arm/altera.yaml).

Best regards,
Krzysztof

Krzysztof Kozlowski (19):
  dt-bindings: vendor-prefixes: add Enclustra
  dt-bindings: altera: document existing Cyclone 5 board compatibles
  dt-bindings: altera: document Arria 5 based board compatibles
  dt-bindings: altera: document Arria 10 based board compatibles
  dt-bindings: altera: document VT compatibles
  dt-bindings: altera: document Stratix 10 based board compatibles
  dt-bindings: intel: document Agilex based board compatibles
  dt-bindings: clock: intel,stratix10: convert to dtschema
  dt-bindings: mmc: synopsys-dw-mshc: integrate Altera and Imagination
  ARM: dts: arria5: add board compatible for SoCFPGA DK
  ARM: dts: arria10: add board compatible for Mercury AA1
  ARM: dts: arria10: add board compatible for SoCFPGA DK
  arm64: dts: stratix10: add board compatible for SoCFPGA DK
  arm64: dts: stratix10: move ARM timer out of SoC node
  arm64: dts: stratix10: align mmc node names with dtschema
  arm64: dts: stratix10: align regulator node names with dtschema
  arm64: dts: agilex: add board compatible for SoCFPGA DK
  arm64: dts: agilex: add board compatible for N5X DK
  arm64: dts: agilex: align mmc node names with dtschema

 .../devicetree/bindings/arm/altera.yaml       | 46 ++++++++++++++++---
 .../bindings/arm/intel,socfpga.yaml           | 26 +++++++++++
 .../bindings/clock/intc_stratix10.txt         | 20 --------
 .../bindings/clock/intel,stratix10.yaml       | 35 ++++++++++++++
 .../devicetree/bindings/mmc/img-dw-mshc.txt   | 28 -----------
 .../bindings/mmc/socfpga-dw-mshc.txt          | 23 ----------
 .../bindings/mmc/synopsys-dw-mshc.yaml        |  5 +-
 .../devicetree/bindings/vendor-prefixes.yaml  |  2 +
 .../boot/dts/socfpga_arria10_mercury_aa1.dts  |  2 +-
 arch/arm/boot/dts/socfpga_arria10_socdk.dtsi  |  2 +-
 arch/arm/boot/dts/socfpga_arria5_socdk.dts    |  2 +-
 .../boot/dts/altera/socfpga_stratix10.dtsi    | 21 +++++----
 .../dts/altera/socfpga_stratix10_socdk.dts    |  3 +-
 .../altera/socfpga_stratix10_socdk_nand.dts   |  3 +-
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi |  2 +-
 .../boot/dts/intel/socfpga_agilex_socdk.dts   |  1 +
 .../dts/intel/socfpga_agilex_socdk_nand.dts   |  1 +
 .../boot/dts/intel/socfpga_n5x_socdk.dts      |  1 +
 18 files changed, 129 insertions(+), 94 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/intel,socfpga.yaml
 delete mode 100644 Documentation/devicetree/bindings/clock/intc_stratix10.txt
 create mode 100644 Documentation/devicetree/bindings/clock/intel,stratix10.yaml
 delete mode 100644 Documentation/devicetree/bindings/mmc/img-dw-mshc.txt
 delete mode 100644 Documentation/devicetree/bindings/mmc/socfpga-dw-mshc.txt

-- 
2.32.0


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

end of thread, other threads:[~2022-01-06  0:34 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27 13:31 [PATCH 00/19] arm/arm64/dt-bindings: altera/intel: fix DTS and dtschema Krzysztof Kozlowski
2021-12-27 13:31 ` [PATCH 01/19] dt-bindings: vendor-prefixes: add Enclustra Krzysztof Kozlowski
2021-12-27 13:31 ` [PATCH 02/19] dt-bindings: altera: document existing Cyclone 5 board compatibles Krzysztof Kozlowski
2021-12-27 13:31 ` [PATCH 03/19] dt-bindings: altera: document Arria 5 based " Krzysztof Kozlowski
2021-12-27 13:31 ` [PATCH 04/19] dt-bindings: altera: document Arria 10 " Krzysztof Kozlowski
2021-12-27 13:31 ` [PATCH 05/19] dt-bindings: altera: document VT compatibles Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 06/19] dt-bindings: altera: document Stratix 10 based board compatibles Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 07/19] dt-bindings: intel: document Agilex " Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 08/19] dt-bindings: clock: intel,stratix10: convert to dtschema Krzysztof Kozlowski
2022-01-06  0:34   ` Stephen Boyd
2021-12-27 13:35 ` [PATCH 09/19] dt-bindings: mmc: synopsys-dw-mshc: integrate Altera and Imagination Krzysztof Kozlowski
2021-12-28 16:58   ` Ulf Hansson
2021-12-27 13:35 ` [PATCH 10/19] ARM: dts: arria5: add board compatible for SoCFPGA DK Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 11/19] ARM: dts: arria10: add board compatible for Mercury AA1 Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 12/19] ARM: dts: arria10: add board compatible for SoCFPGA DK Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 13/19] arm64: dts: stratix10: " Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 14/19] arm64: dts: stratix10: move ARM timer out of SoC node Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 15/19] arm64: dts: stratix10: align mmc node names with dtschema Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 16/19] arm64: dts: stratix10: align regulator " Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 17/19] arm64: dts: agilex: add board compatible for SoCFPGA DK Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 18/19] arm64: dts: agilex: add board compatible for N5X DK Krzysztof Kozlowski
2021-12-27 13:35 ` [PATCH 19/19] arm64: dts: agilex: align mmc node names with dtschema Krzysztof Kozlowski
2022-01-03 16:06 ` [PATCH 00/19] arm/arm64/dt-bindings: altera/intel: fix DTS and dtschema Dinh Nguyen

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