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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
		};
+2 −2
Original line number Diff line number Diff line
@@ -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;
		};
+2 −2
Original line number Diff line number Diff line
@@ -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;
		};
+2 −2
Original line number Diff line number Diff line
@@ -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;
		};
+4 −4
Original line number Diff line number Diff line
@@ -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;
		};