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

[ Upstream commit e9c60c3494 ]

The address of eeprom should be 50.

Fixes: cd894e274b ("arm64: dts: mt8183: Add krane-sku176 board")
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://lore.kernel.org/r/20240909-eeprom-v1-1-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:46 +00:00
committed by Greg Kroah-Hartman
parent 839e76cea2
commit 1b07333bbc
@@ -85,9 +85,9 @@
status = "okay";
clock-frequency = <400000>;
eeprom@54 {
eeprom@50 {
compatible = "atmel,24c32";
reg = <0x54>;
reg = <0x50>;
pagesize = <32>;
};
};