-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8504bb6
commit b24f33c
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
patches/linux-5.10/0027-Fix-EEPROM-address-width-for-OSD32MP1-BRK.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
From e632235dc867cfdcc67b505e7053a50a7869e74e Mon Sep 17 00:00:00 2001 | ||
From: Neeraj Dantu <[email protected]> | ||
Date: Mon, 24 Feb 2025 14:55:57 -0500 | ||
Subject: [PATCH] Fix EEPROM address-width for OSD32MP1-BRK | ||
|
||
--- | ||
arch/arm/boot/dts/stm32mp157c-osd32mp1-brk.dts | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/arch/arm/boot/dts/stm32mp157c-osd32mp1-brk.dts b/arch/arm/boot/dts/stm32mp157c-osd32mp1-brk.dts | ||
index 1dc0ae1b5fb8..6648631fc45b 100644 | ||
--- a/arch/arm/boot/dts/stm32mp157c-osd32mp1-brk.dts | ||
+++ b/arch/arm/boot/dts/stm32mp157c-osd32mp1-brk.dts | ||
@@ -838,6 +838,7 @@ eeprom@50 { | ||
compatible = "atmel,24c02"; | ||
reg = <0x50>; | ||
pagesize = <16>; | ||
+ address-width = <16>; | ||
}; | ||
}; | ||
|
||
-- | ||
2.34.1 | ||
|