Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55271024 authored by Wolfram Sang's avatar Wolfram Sang Committed by Grant Likely
Browse files

powerpc/pcm{030,032}: add pagesize to dts

parent 45efe847
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -259,6 +259,7 @@
			eeprom@52 {
				compatible = "catalyst,24c32";
				reg = <0x52>;
				pagesize = <32>;
			};
		};

+2 −1
Original line number Diff line number Diff line
@@ -257,8 +257,9 @@
				reg = <0x51>;
			};
			eeprom@52 {
				compatible = "at24,24c32";
				compatible = "catalyst,24c32";
				reg = <0x52>;
				pagesize = <32>;
			};
		};