projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d7eff8
)
ARM: dts: da850-lego-ev3: use a correct fallback for at24 compatible
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Mon, 22 Jan 2018 12:55:05 +0000
(13:55 +0100)
committer
Sekhar Nori
<nsekhar@ti.com>
Mon, 26 Feb 2018 05:51:14 +0000
(11:21 +0530)
We now require all at24 users to use the "atmel,<model>" fallback in
device tree for different manufacturers.
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/boot/dts/da850-lego-ev3.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/da850-lego-ev3.dts
b/arch/arm/boot/dts/da850-lego-ev3.dts
index 2e8508042e390c4957a0ad50332f99339719323f..1ffd87796cac540b0c709a7e631605b24badcd18 100644
(file)
--- a/
arch/arm/boot/dts/da850-lego-ev3.dts
+++ b/
arch/arm/boot/dts/da850-lego-ev3.dts
@@
-310,7
+310,7
@@
* EEPROM contains the first stage bootloader, HW ID and Bluetooth MAC.
*/
eeprom@50 {
- compatible = "microchip,24c128";
+ compatible = "microchip,24c128"
, "atmel,24c128"
;
pagesize = <64>;
read-only;
reg = <0x50>;