Browse Source

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>
Joachim Eastwood 9 years ago
parent
commit
7d775d34b1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/lpc4357.dtsi

+ 4 - 0
arch/arm/boot/dts/lpc4357.dtsi

@@ -37,3 +37,7 @@
 		};
 	};
 };
+
+&eeprom {
+	status = "okay";
+};