Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajdantu authored Feb 24, 2025
1 parent b24f33c commit feaf72c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 6c795b9ccadbbd64221d27874b0a1ce95b68b01c Mon Sep 17 00:00:00 2001
From: Neeraj Dantu <[email protected]>
Date: Mon, 24 Feb 2025 15:00:22 -0500
Subject: [PATCH 1/2] Fix EEPROM address-width for OSD32MP1-RED V1

---
arch/arm/boot/dts/stm32mp157c-osd32mp1-red.dts | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/stm32mp157c-osd32mp1-red.dts b/arch/arm/boot/dts/stm32mp157c-osd32mp1-red.dts
index bf0e23c76150..f04872d59be1 100644
--- a/arch/arm/boot/dts/stm32mp157c-osd32mp1-red.dts
+++ b/arch/arm/boot/dts/stm32mp157c-osd32mp1-red.dts
@@ -1134,6 +1134,7 @@ eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <16>;
+ address-width = <16>;
};
};

--
2.34.1

Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 4c94f74ba8f93668de941d04afaf235d9b50584c Mon Sep 17 00:00:00 2001
From: Neeraj Dantu <[email protected]>
Date: Mon, 24 Feb 2025 15:01:06 -0500
Subject: [PATCH 2/2] Fix EEPROM address-width for OSD32MP1-RED V1_2

---
arch/arm/boot/dts/stm32mp157c-osd32mp1-red-v1_2.dts | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/stm32mp157c-osd32mp1-red-v1_2.dts b/arch/arm/boot/dts/stm32mp157c-osd32mp1-red-v1_2.dts
index f111e7fcd485..60cb24ef43d9 100644
--- a/arch/arm/boot/dts/stm32mp157c-osd32mp1-red-v1_2.dts
+++ b/arch/arm/boot/dts/stm32mp157c-osd32mp1-red-v1_2.dts
@@ -1129,6 +1129,7 @@ eeprom@50 {
compatible = "atmel,24c02";
reg = <0x50>;
pagesize = <16>;
+ address-width = <16>;
};
};

--
2.34.1

0 comments on commit feaf72c

Please sign in to comment.