diff mbox series

[U-Boot,10/16] arm64: zynqmp: Add eeprom reference to eeprom nodes

Message ID 6f581bac8cb2eba9ffab05cc911edd861b2f8fd8.1522161738.git.michal.simek@xilinx.com
State Accepted
Commit 43bf439472f0f47988ca642b293d2b7efe636f17
Delegated to: Michal Simek
Headers show
Series Syncup DTS files with mainline Linux kernel | expand

Commit Message

Michal Simek March 27, 2018, 2:42 p.m. UTC
eeprom can contain information which can be used by nvmem drivers.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
index 7968aa7bec5d..c794c91de186 100644
--- a/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
+++ b/arch/arm/dts/zynqmp-zc1751-xm015-dc1.dts
@@ -91,7 +91,8 @@ 
 &i2c1 {
 	status = "okay";
 	clock-frequency = <400000>;
-	eeprom@55 {
+
+	eeprom: eeprom@55 {
 		compatible = "atmel,24c64"; /* 24AA64 */
 		reg = <0x55>;
 	};