[Armadeus-commitlog] armadeus branch, master, updated. armadeus-7.0-240-gd08f28c3e
Brought to you by:
sszy
|
From: Sébastien S. <ss...@us...> - 2021-03-11 15:38:14
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via d08f28c3e893abe1b5c9ec13701a8aa73ba99aa7 (commit)
from 3a59efd3d3e5b10c616240a44f46a28421d3f1f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d08f28c3e893abe1b5c9ec13701a8aa73ba99aa7
Author: Sébastien Szymanski <seb...@ar...>
Date: Thu Mar 11 16:37:41 2021 +0100
[LINUX] 4.19: opos6ulsp: fix eeprom compatible
-----------------------------------------------------------------------
Summary of changes:
.../0810-armadeus-opos6ulsp-fix-eeprom-compatible.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 patches/linux/4.19/0810-armadeus-opos6ulsp-fix-eeprom-compatible.patch
diff --git a/patches/linux/4.19/0810-armadeus-opos6ulsp-fix-eeprom-compatible.patch b/patches/linux/4.19/0810-armadeus-opos6ulsp-fix-eeprom-compatible.patch
new file mode 100644
index 000000000..796a2b1cc
--- /dev/null
+++ b/patches/linux/4.19/0810-armadeus-opos6ulsp-fix-eeprom-compatible.patch
@@ -0,0 +1,13 @@
+Index: linux-4.19.169/arch/arm/boot/dts/imx6ul-imx6ull-opos6ulsp.dtsi
+===================================================================
+--- linux-4.19.169.orig/arch/arm/boot/dts/imx6ul-imx6ull-opos6ulsp.dtsi
++++ linux-4.19.169/arch/arm/boot/dts/imx6ul-imx6ull-opos6ulsp.dtsi
+@@ -96,7 +96,7 @@
+ status = "okay";
+
+ eeprom@50 {
+- compatible = "atmel,24c00";
++ compatible = "atmel,24c02";
+ reg = <0x50>;
+ };
+ };
hooks/post-receive
--
armadeus
|