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

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



The address of eeprom should be 50.

Fixes: ff33d889 ("arm64: dts: mt8183: Add kukui kodama board")
Fixes: d1eaf77f ("arm64: dts: mt8183: Add kukui kakadu board")
Signed-off-by: default avatarHsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240909-eeprom-v1-2-1ed2bc5064f4@chromium.org


Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent e9c60c34
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -92,9 +92,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>;
	};
+2 −2
Original line number Diff line number Diff line
@@ -79,9 +79,9 @@ &i2c4 {
	clock-frequency = <400000>;
	vbus-supply = <&mt6358_vcn18_reg>;

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