Newer
Older
buildroot-MynaPlayer / board / myna-player-odyssey / rootfs_patches / barebox / 0001-dts-stm32mp157c-odyssey-fix-location-of-last_chosen.patch
From 09d292d3a1cc99047a98916a1aad8ece2ce18954 Mon Sep 17 00:00:00 2001
From: Xogium <contact@xogium.me>
Date: Sun, 2 Aug 2020 12:49:35 +0200
Subject: [PATCH 4/4] dts: stm32mp157c-odyssey.dts: fix location of last_chosen
 node.

---
 arch/arm/dts/stm32mp157c-odyssey.dts | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/dts/stm32mp157c-odyssey.dts b/arch/arm/dts/stm32mp157c-odyssey.dts
index 182a5149d..1e2510cdc 100644
--- a/arch/arm/dts/stm32mp157c-odyssey.dts
+++ b/arch/arm/dts/stm32mp157c-odyssey.dts
@@ -67,10 +67,10 @@
 						default = <20>;
 					};
 				};
-			};
-			last_chosen {
-				reg = <0x20 0x4>;
-				type = "uint32";
+				last_chosen {
+					reg = <0x20 0x4>;
+					type = "uint32";
+				};
 			};
 		};
 	};
-- 
2.28.0