summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts
diff options
context:
space:
mode:
authorJan Remmet <j.remmet@phytec.de>2016-02-16 11:44:58 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-17 08:20:59 +0100
commit9d8c6bbc7d000f73385254b053f14fb95a3439aa (patch)
tree1d58f520c0f2c5f82b2bb9b954bafb66318c972b /arch/arm/dts
parent1061650b26c58cfe6adae71249f8b17cef6c87d5 (diff)
downloadbarebox-9d8c6bbc7d000f73385254b053f14fb95a3439aa.tar.gz
barebox-9d8c6bbc7d000f73385254b053f14fb95a3439aa.tar.xz
ARM: dts: am335x-phytec: eeprom name
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@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r--arch/arm/dts/am335x-phytec-phycard-som.dtsi2
-rw-r--r--arch/arm/dts/am335x-phytec-phycore-som.dtsi2
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 c0b2456636..d1dfa86bca 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@52 {
+ eeprom: eeprom@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 ba0589cdc5..f3a1d4d45a 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@52 {
+ eeprom: eeprom@52 {
status = "disabled";
compatible = "atmel,24c32";
pagesize = <32>;