Commit 9efa0fca authored by Thierry Reding's avatar Thierry Reding

arm64: tegra: Use standard EEPROM properties

The address-bits and page-size properties that are currently used are
not valid properties according to the bindings. Use the address-width
and pagesize properties instead.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 1ca6bc89
...@@ -222,8 +222,8 @@ eeprom@57 { ...@@ -222,8 +222,8 @@ eeprom@57 {
reg = <0x57>; reg = <0x57>;
vcc-supply = <&vdd_1v8>; vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-width = <8>;
page-size = <8>; pagesize = <8>;
size = <256>; size = <256>;
read-only; read-only;
}; };
......
...@@ -174,8 +174,8 @@ eeprom@50 { ...@@ -174,8 +174,8 @@ eeprom@50 {
reg = <0x50>; reg = <0x50>;
vcc-supply = <&vdd_1v8>; vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-width = <8>;
page-size = <8>; pagesize = <8>;
size = <256>; size = <256>;
read-only; read-only;
}; };
......
...@@ -274,8 +274,8 @@ eeprom@50 { ...@@ -274,8 +274,8 @@ eeprom@50 {
reg = <0x50>; reg = <0x50>;
vcc-supply = <&vdd_1v8>; vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-width = <8>;
page-size = <8>; pagesize = <8>;
size = <256>; size = <256>;
read-only; read-only;
}; };
......
...@@ -87,8 +87,8 @@ eeprom@57 { ...@@ -87,8 +87,8 @@ eeprom@57 {
reg = <0x57>; reg = <0x57>;
vcc-supply = <&vdd_1v8>; vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-width = <8>;
page-size = <8>; pagesize = <8>;
size = <256>; size = <256>;
read-only; read-only;
}; };
......
...@@ -119,8 +119,8 @@ eeprom@50 { ...@@ -119,8 +119,8 @@ eeprom@50 {
reg = <0x50>; reg = <0x50>;
vcc-supply = <&vdd_1v8>; vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-width = <8>;
page-size = <8>; pagesize = <8>;
size = <256>; size = <256>;
read-only; read-only;
}; };
...@@ -130,8 +130,8 @@ eeprom@57 { ...@@ -130,8 +130,8 @@ eeprom@57 {
reg = <0x57>; reg = <0x57>;
vcc-supply = <&vdd_1v8>; vcc-supply = <&vdd_1v8>;
address-bits = <8>; address-width = <8>;
page-size = <8>; pagesize = <8>;
size = <256>; size = <256>;
read-only; read-only;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment