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

[ Upstream commit edbde4923f208aa83abb48d4b2463299e5fc2586 ]

The address of eeprom should be 50.

Fixes: ff33d88956 ("arm64: dts: mt8183: Add kukui kodama board")
Fixes: d1eaf77f2c ("arm64: dts: mt8183: Add kukui kakadu board")
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20240909-eeprom-v1-2-1ed2bc5064f4@chromium.org
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Hsin-Te Yuan
2024-09-09 08:33:47 +00:00
committed by Greg Kroah-Hartman
parent 98d36e06c5
commit fe6370363d
2 changed files with 4 additions and 4 deletions

View File

@@ -105,9 +105,9 @@
clock-frequency = <400000>; clock-frequency = <400000>;
vbus-supply = <&mt6358_vcn18_reg>; vbus-supply = <&mt6358_vcn18_reg>;
eeprom@54 { eeprom@50 {
compatible = "atmel,24c32"; compatible = "atmel,24c32";
reg = <0x54>; reg = <0x50>;
pagesize = <32>; pagesize = <32>;
vcc-supply = <&mt6358_vcn18_reg>; vcc-supply = <&mt6358_vcn18_reg>;
}; };

View File

@@ -80,9 +80,9 @@
clock-frequency = <400000>; clock-frequency = <400000>;
vbus-supply = <&mt6358_vcn18_reg>; vbus-supply = <&mt6358_vcn18_reg>;
eeprom@54 { eeprom@50 {
compatible = "atmel,24c64"; compatible = "atmel,24c64";
reg = <0x54>; reg = <0x50>;
pagesize = <32>; pagesize = <32>;
vcc-supply = <&mt6358_vcn18_reg>; vcc-supply = <&mt6358_vcn18_reg>;
}; };