All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH master] ARM: dts: imx6: marsboard: fix flash node after upstream rename
@ 2022-08-11 19:26 Ahmad Fatoum
  2022-08-12  7:22 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-08-11 19:26 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Node name was renamed upstream, so have barebox follow suit.

Fixes: e54923b76e34 ("dts: update to v5.19-rc1")
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
 arch/arm/dts/imx6q-marsboard.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/imx6q-marsboard.dts b/arch/arm/dts/imx6q-marsboard.dts
index cc5edfff66f9..4dfb17489c72 100644
--- a/arch/arm/dts/imx6q-marsboard.dts
+++ b/arch/arm/dts/imx6q-marsboard.dts
@@ -18,7 +18,7 @@ barebox,environment
 };
 
 &ecspi1 {
-	m25p80@0 {
+	flash@0 {
 		#address-cells = <1>;
 		#size-cells = <1>;
 
-- 
2.34.1




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

end of thread, other threads:[~2022-08-12  7:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-11 19:26 [PATCH master] ARM: dts: imx6: marsboard: fix flash node after upstream rename Ahmad Fatoum
2022-08-12  7:22 ` Sascha Hauer

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.