Skip to content

Commit 3ca1a4b

Browse files
Hsin-Te Yuangregkh
authored andcommitted
arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
[ Upstream commit edbde49 ] The address of eeprom should be 50. Fixes: ff33d88 ("arm64: dts: mt8183: Add kukui kodama board") Fixes: d1eaf77 ("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>
1 parent 07a859d commit 3ca1a4b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@
9292
clock-frequency = <400000>;
9393
vbus-supply = <&mt6358_vcn18_reg>;
9494

95-
eeprom@54 {
95+
eeprom@50 {
9696
compatible = "atmel,24c32";
97-
reg = <0x54>;
97+
reg = <0x50>;
9898
pagesize = <32>;
9999
vcc-supply = <&mt6358_vcn18_reg>;
100100
};

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@
7979
clock-frequency = <400000>;
8080
vbus-supply = <&mt6358_vcn18_reg>;
8181

82-
eeprom@54 {
82+
eeprom@50 {
8383
compatible = "atmel,24c64";
84-
reg = <0x54>;
84+
reg = <0x50>;
8585
pagesize = <32>;
8686
vcc-supply = <&mt6358_vcn18_reg>;
8787
};

0 commit comments

Comments
 (0)