ARM: dts: lpc4357: enable EEPROM memory
authorJoachim Eastwood <manabian@gmail.com>
Mon, 14 Dec 2015 22:03:50 +0000 (23:03 +0100)
committerJoachim Eastwood <manabian@gmail.com>
Mon, 14 Dec 2015 22:13:04 +0000 (23:13 +0100)
Enable EEPROM for all LPC435x/3x/2x/1x controllers that include
the 16 kB EEPROM device.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
arch/arm/boot/dts/lpc4357.dtsi

index fb9ecc754e8d518549508218d1694cc2603656ba..72f12db8d53a7d5e8e297762e89e2c11967c26ab 100644 (file)
@@ -37,3 +37,7 @@
                };
        };
 };
+
+&eeprom {
+       status = "okay";
+};
This page took 0.025998 seconds and 5 git commands to generate.