linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] ARM: dts: exynos: DT schema fixes
@ 2023-01-20 15:53 Krzysztof Kozlowski
  2023-01-20 15:53 ` [PATCH 01/11] ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato Krzysztof Kozlowski
                   ` (11 more replies)
  0 siblings, 12 replies; 23+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-20 15:53 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Alim Akhtar, Inki Dae,
	Kyungmin Park, Kukjin Kim, devicetree, linux-arm-kernel,
	linux-samsung-soc, linux-kernel
  Cc: replicant, phone-devel, ~postmarketos/upstreaming,
	Martin Jücker, Henrik Grimler, Krzysztof Kozlowski

Hi,

With this set of fixes (and few other earlier), all Exynos ARMv7 boards
successfully pass DT Schema checks! All! Hurray!

Please kindly test if I did not break any boards...

Best regards,
Krzysztof

Krzysztof Kozlowski (11):
  ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato
  ARM: dts: exynos: drop unsupported desc-num in Exynos3250
  ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite
  ARM: dts: exynos: align pin node names in Exynos4412
  ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas
  ARM: dts: exynos: add panel supply in Tiny4412
  ARM: dts: exynos: add backlight supply in P4 Note
  ARM: dts: exynos: align HSOTG/USB node names
  ARM: dts: exynos: correct SATA clocks in Exynos5250
  ARM: dts: exynos: correct HS200 property in Exynos5260
  ARM: dts: exynos: correct HSI2C properties in Exynos5410 Odroid XU

 arch/arm/boot/dts/exynos3250-monk.dts       |  1 -
 arch/arm/boot/dts/exynos3250-rinato.dts     |  3 +--
 arch/arm/boot/dts/exynos3250.dtsi           |  2 +-
 arch/arm/boot/dts/exynos4.dtsi              |  2 +-
 arch/arm/boot/dts/exynos4412-itop-elite.dts |  2 +-
 arch/arm/boot/dts/exynos4412-midas.dtsi     | 13 ++++++++++---
 arch/arm/boot/dts/exynos4412-p4note.dtsi    |  1 +
 arch/arm/boot/dts/exynos4412-pinctrl.dtsi   |  2 +-
 arch/arm/boot/dts/exynos4412-tiny4412.dts   |  8 ++++++++
 arch/arm/boot/dts/exynos5250.dtsi           |  2 +-
 arch/arm/boot/dts/exynos5260-xyref5260.dts  |  2 +-
 arch/arm/boot/dts/exynos5410-odroidxu.dts   |  3 +--
 12 files changed, 27 insertions(+), 14 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-28  4:47 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-20 15:53 [PATCH 00/11] ARM: dts: exynos: DT schema fixes Krzysztof Kozlowski
2023-01-20 15:53 ` [PATCH 01/11] ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato Krzysztof Kozlowski
2023-01-28  4:26   ` Alim Akhtar
2023-01-20 15:53 ` [PATCH 02/11] ARM: dts: exynos: drop unsupported desc-num in Exynos3250 Krzysztof Kozlowski
2023-01-28  4:31   ` Alim Akhtar
2023-01-20 15:53 ` [PATCH 03/11] ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite Krzysztof Kozlowski
2023-01-28  4:33   ` Alim Akhtar
2023-01-20 15:53 ` [PATCH 04/11] ARM: dts: exynos: align pin node names in Exynos4412 Krzysztof Kozlowski
2023-01-28  4:37   ` Alim Akhtar
2023-01-20 15:53 ` [RFT 05/11] ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas Krzysztof Kozlowski
2023-01-23 15:34   ` Henrik Grimler
2023-01-23 15:38     ` Krzysztof Kozlowski
2023-01-20 15:53 ` [PATCH 06/11] ARM: dts: exynos: add panel supply in Tiny4412 Krzysztof Kozlowski
2023-01-20 15:54 ` [PATCH 07/11] ARM: dts: exynos: add backlight supply in P4 Note Krzysztof Kozlowski
2023-01-20 15:54 ` [PATCH 08/11] ARM: dts: exynos: align HSOTG/USB node names Krzysztof Kozlowski
2023-01-28  4:41   ` Alim Akhtar
2023-01-20 15:54 ` [PATCH 09/11] ARM: dts: exynos: correct SATA clocks in Exynos5250 Krzysztof Kozlowski
2023-01-28  4:42   ` Alim Akhtar
2023-01-20 15:54 ` [PATCH 10/11] ARM: dts: exynos: correct HS200 property in Exynos5260 Krzysztof Kozlowski
2023-01-28  4:43   ` Alim Akhtar
2023-01-20 15:54 ` [PATCH 11/11] ARM: dts: exynos: correct HSI2C properties in Exynos5410 Odroid XU Krzysztof Kozlowski
2023-01-28  4:46   ` Alim Akhtar
2023-01-23 10:01 ` [PATCH 00/11] ARM: dts: exynos: DT schema fixes 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).