[PATCH 3/7] ARM: dts: am335x-phytec: eeprom name

Teresa Remmet t.remmet at phytec.de
Tue Feb 16 02:44:58 PST 2016


From: Jan Remmet <j.remmet at phytec.de>

use eeprom as name like in the kernel. This is needed if you use the
state framework.
phycard: also fix index, it has address 0x54

Signed-off-by: Jan Remmet <j.remmet at phytec.de>
---
 arch/arm/dts/am335x-phytec-phycard-som.dtsi | 2 +-
 arch/arm/dts/am335x-phytec-phycore-som.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/dts/am335x-phytec-phycard-som.dtsi b/arch/arm/dts/am335x-phytec-phycard-som.dtsi
index c0b2456..d1dfa86 100644
--- a/arch/arm/dts/am335x-phytec-phycard-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycard-som.dtsi
@@ -92,7 +92,7 @@
 	status = "okay";
 	clock-frequency = <400000>;
 
-	eeprom: 24c32 at 52 {
+	eeprom: eeprom at 54 {
 		status = "disabled";
 		compatible = "atmel,24c32";
 		pagesize = <32>;
diff --git a/arch/arm/dts/am335x-phytec-phycore-som.dtsi b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
index ba0589c..f3a1d4d 100644
--- a/arch/arm/dts/am335x-phytec-phycore-som.dtsi
+++ b/arch/arm/dts/am335x-phytec-phycore-som.dtsi
@@ -143,7 +143,7 @@
 	status = "okay";
 	clock-frequency = <400000>;
 
-	eeprom: 24c32 at 52 {
+	eeprom: eeprom at 52 {
 		status = "disabled";
 		compatible = "atmel,24c32";
 		pagesize = <32>;
-- 
1.9.1




More information about the barebox mailing list