Skip to content

Commit 07a859d

Browse files
Hsin-Te Yuangregkh
authored andcommitted
arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
[ Upstream commit e9c60c3 ] The address of eeprom should be 50. Fixes: cd894e2 ("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>
1 parent c8798cc commit 07a859d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@
8888
clock-frequency = <400000>;
8989
vbus-supply = <&mt6358_vcn18_reg>;
9090

91-
eeprom@54 {
91+
eeprom@50 {
9292
compatible = "atmel,24c32";
93-
reg = <0x54>;
93+
reg = <0x50>;
9494
pagesize = <32>;
9595
vcc-supply = <&mt6358_vcn18_reg>;
9696
};

0 commit comments

Comments
 (0)