Unverified Commit e9c60c34 authored by Hsin-Te Yuan's avatar Hsin-Te Yuan Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4

parent 51cf9185
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -88,9 +88,9 @@ &i2c4 {
	clock-frequency = <400000>;
	vbus-supply = <&mt6358_vcn18_reg>;

	eeprom@54 {
	eeprom@50 {
		compatible = "atmel,24c32";
		reg = <0x54>;
		reg = <0x50>;
		pagesize = <32>;
		vcc-supply = <&mt6358_vcn18_reg>;
	};