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: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
1ca6bc896a
commit
9efa0fca4c
@ -222,8 +222,8 @@
|
||||
reg = <0x57>;
|
||||
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-bits = <8>;
|
||||
page-size = <8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
size = <256>;
|
||||
read-only;
|
||||
};
|
||||
|
@ -174,8 +174,8 @@
|
||||
reg = <0x50>;
|
||||
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-bits = <8>;
|
||||
page-size = <8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
size = <256>;
|
||||
read-only;
|
||||
};
|
||||
|
@ -274,8 +274,8 @@
|
||||
reg = <0x50>;
|
||||
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-bits = <8>;
|
||||
page-size = <8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
size = <256>;
|
||||
read-only;
|
||||
};
|
||||
|
@ -87,8 +87,8 @@
|
||||
reg = <0x57>;
|
||||
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-bits = <8>;
|
||||
page-size = <8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
size = <256>;
|
||||
read-only;
|
||||
};
|
||||
|
@ -119,8 +119,8 @@
|
||||
reg = <0x50>;
|
||||
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-bits = <8>;
|
||||
page-size = <8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
size = <256>;
|
||||
read-only;
|
||||
};
|
||||
@ -130,8 +130,8 @@
|
||||
reg = <0x57>;
|
||||
|
||||
vcc-supply = <&vdd_1v8>;
|
||||
address-bits = <8>;
|
||||
page-size = <8>;
|
||||
address-width = <8>;
|
||||
pagesize = <8>;
|
||||
size = <256>;
|
||||
read-only;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user