Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: lpc4357: enable EEPROM memory

Enable EEPROM for all LPC435x/3x/2x/1x controllers that include
the 16 kB EEPROM device.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>

+4
+4
arch/arm/boot/dts/lpc4357.dtsi
··· 37 37 }; 38 38 }; 39 39 }; 40 + 41 + &eeprom { 42 + status = "okay"; 43 + };