* [PATCH 0/2] Fix the address of eeprom of mt8183-kukui
@ 2024-09-09 8:33 Hsin-Te Yuan
2024-09-09 8:33 ` [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 Hsin-Te Yuan
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Hsin-Te Yuan @ 2024-09-09 8:33 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
AngeloGioacchino Del Regno, Enric Balletbo i Serra, Ben Ho,
Hsin-Yi Wang, Nicolas Boichat
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
Hsin-Te Yuan
The address of eeprom should be 50. The fixed commit in krane one is
older than the rest, so split it for backporting.
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
---
Hsin-Te Yuan (2):
arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi | 4 ++--
arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi | 4 ++--
arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
---
base-commit: da3ea35007d0af457a0afc87e84fddaebc4e0b63
change-id: 20240909-eeprom-00dd82c7b4aa
Best regards,
--
Hsin-Te Yuan <yuanhsinte@chromium.org>
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
2024-09-09 8:33 [PATCH 0/2] Fix the address of eeprom of mt8183-kukui Hsin-Te Yuan
@ 2024-09-09 8:33 ` Hsin-Te Yuan
2024-09-09 11:08 ` Matthias Brugger
2024-09-09 11:41 ` AngeloGioacchino Del Regno
2024-09-09 8:33 ` [PATCH 2/2] arm64: dts: mt8183: kukui: " Hsin-Te Yuan
2024-10-08 8:55 ` [PATCH 0/2] Fix the address of eeprom of mt8183-kukui AngeloGioacchino Del Regno
2 siblings, 2 replies; 9+ messages in thread
From: Hsin-Te Yuan @ 2024-09-09 8:33 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
AngeloGioacchino Del Regno, Enric Balletbo i Serra, Ben Ho,
Hsin-Yi Wang, Nicolas Boichat
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
Hsin-Te Yuan
The address of eeprom should be 50.
Fixes: cd894e274b74 ("arm64: dts: mt8183: Add krane-sku176 board")
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
---
arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
index 0f5fa893a77426d50c293f780b75cacfe988d866..8b56b8564ed7a25c269f4231ddadf8621aec41d8 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
@@ -88,9 +88,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.46.0.469.g59c65b2a67-goog
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/2] arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
2024-09-09 8:33 [PATCH 0/2] Fix the address of eeprom of mt8183-kukui Hsin-Te Yuan
2024-09-09 8:33 ` [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 Hsin-Te Yuan
@ 2024-09-09 8:33 ` Hsin-Te Yuan
2024-09-09 11:09 ` Matthias Brugger
2024-09-09 11:41 ` AngeloGioacchino Del Regno
2024-10-08 8:55 ` [PATCH 0/2] Fix the address of eeprom of mt8183-kukui AngeloGioacchino Del Regno
2 siblings, 2 replies; 9+ messages in thread
From: Hsin-Te Yuan @ 2024-09-09 8:33 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
AngeloGioacchino Del Regno, Enric Balletbo i Serra, Ben Ho,
Hsin-Yi Wang, Nicolas Boichat
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
Hsin-Te Yuan
The address of eeprom should be 50.
Fixes: ff33d889567e ("arm64: dts: mt8183: Add kukui kodama board")
Fixes: d1eaf77f2c66 ("arm64: dts: mt8183: Add kukui kakadu board")
Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
---
arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi | 4 ++--
arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
index bfb9e42c8acaa7c2e5515888a77fe97258a1b78a..ff02f63bac29b2c473bfdd90a15aba09c2915271 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
@@ -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>;
};
diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
index 5c1bf6a1e475865fc0f6187e9733d7d98908797e..da6e767b4ceede9f5258274fbd702c6e6929f515 100644
--- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
@@ -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>;
};
--
2.46.0.469.g59c65b2a67-goog
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
2024-09-09 8:33 ` [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 Hsin-Te Yuan
@ 2024-09-09 11:08 ` Matthias Brugger
2024-09-09 11:41 ` AngeloGioacchino Del Regno
1 sibling, 0 replies; 9+ messages in thread
From: Matthias Brugger @ 2024-09-09 11:08 UTC (permalink / raw)
To: Hsin-Te Yuan, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
AngeloGioacchino Del Regno, Enric Balletbo i Serra, Ben Ho,
Hsin-Yi Wang, Nicolas Boichat
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek
On 09/09/2024 10:33, Hsin-Te Yuan wrote:
> The address of eeprom should be 50.
>
> Fixes: cd894e274b74 ("arm64: dts: mt8183: Add krane-sku176 board")
> Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
> arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
> index 0f5fa893a77426d50c293f780b75cacfe988d866..8b56b8564ed7a25c269f4231ddadf8621aec41d8 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
> @@ -88,9 +88,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>;
> };
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
2024-09-09 8:33 ` [PATCH 2/2] arm64: dts: mt8183: kukui: " Hsin-Te Yuan
@ 2024-09-09 11:09 ` Matthias Brugger
2024-09-09 11:41 ` AngeloGioacchino Del Regno
1 sibling, 0 replies; 9+ messages in thread
From: Matthias Brugger @ 2024-09-09 11:09 UTC (permalink / raw)
To: Hsin-Te Yuan, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
AngeloGioacchino Del Regno, Enric Balletbo i Serra, Ben Ho,
Hsin-Yi Wang, Nicolas Boichat
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek
On 09/09/2024 10:33, Hsin-Te Yuan wrote:
> The address of eeprom should be 50.
>
> Fixes: ff33d889567e ("arm64: dts: mt8183: Add kukui kodama board")
> Fixes: d1eaf77f2c66 ("arm64: dts: mt8183: Add kukui kakadu board")
> Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
> arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi | 4 ++--
> arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi | 4 ++--
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
> index bfb9e42c8acaa7c2e5515888a77fe97258a1b78a..ff02f63bac29b2c473bfdd90a15aba09c2915271 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
> @@ -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>;
> };
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
> index 5c1bf6a1e475865fc0f6187e9733d7d98908797e..da6e767b4ceede9f5258274fbd702c6e6929f515 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
> @@ -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>;
> };
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 2/2] arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
2024-09-09 8:33 ` [PATCH 2/2] arm64: dts: mt8183: kukui: " Hsin-Te Yuan
2024-09-09 11:09 ` Matthias Brugger
@ 2024-09-09 11:41 ` AngeloGioacchino Del Regno
1 sibling, 0 replies; 9+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-09-09 11:41 UTC (permalink / raw)
To: Hsin-Te Yuan, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Matthias Brugger, Enric Balletbo i Serra, Ben Ho, Hsin-Yi Wang,
Nicolas Boichat
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek
Il 09/09/24 10:33, Hsin-Te Yuan ha scritto:
> The address of eeprom should be 50.
>
> Fixes: ff33d889567e ("arm64: dts: mt8183: Add kukui kodama board")
> Fixes: d1eaf77f2c66 ("arm64: dts: mt8183: Add kukui kakadu board")
> Signed-off-by: Hsin-Te Yuan <yuanhsinte@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
2024-09-09 8:33 ` [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 Hsin-Te Yuan
2024-09-09 11:08 ` Matthias Brugger
@ 2024-09-09 11:41 ` AngeloGioacchino Del Regno
2024-10-08 8:16 ` Chen-Yu Tsai
1 sibling, 1 reply; 9+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-09-09 11:41 UTC (permalink / raw)
To: Hsin-Te Yuan, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Matthias Brugger, Enric Balletbo i Serra, Ben Ho, Hsin-Yi Wang,
Nicolas Boichat
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek
Il 09/09/24 10:33, Hsin-Te Yuan ha scritto:
> The address of eeprom should be 50.
>
> Fixes: cd894e274b74 ("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>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
2024-09-09 11:41 ` AngeloGioacchino Del Regno
@ 2024-10-08 8:16 ` Chen-Yu Tsai
0 siblings, 0 replies; 9+ messages in thread
From: Chen-Yu Tsai @ 2024-10-08 8:16 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: Hsin-Te Yuan, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Matthias Brugger, Enric Balletbo i Serra, Ben Ho, Hsin-Yi Wang,
Nicolas Boichat, devicetree, linux-kernel, linux-arm-kernel,
linux-mediatek
On Mon, Sep 09, 2024 at 11:41:57AM +0000, AngeloGioacchino Del Regno wrote:
> Il 09/09/24 10:33, Hsin-Te Yuan ha scritto:
> > The address of eeprom should be 50.
> >
> > Fixes: cd894e274b74 ("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>
Ping for this to be applied.
ChenYu
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH 0/2] Fix the address of eeprom of mt8183-kukui
2024-09-09 8:33 [PATCH 0/2] Fix the address of eeprom of mt8183-kukui Hsin-Te Yuan
2024-09-09 8:33 ` [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 Hsin-Te Yuan
2024-09-09 8:33 ` [PATCH 2/2] arm64: dts: mt8183: kukui: " Hsin-Te Yuan
@ 2024-10-08 8:55 ` AngeloGioacchino Del Regno
2 siblings, 0 replies; 9+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-10-08 8:55 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Matthias Brugger,
Enric Balletbo i Serra, Ben Ho, Hsin-Yi Wang, Nicolas Boichat,
Hsin-Te Yuan
Cc: devicetree, linux-kernel, linux-arm-kernel, linux-mediatek
On Mon, 09 Sep 2024 08:33:45 +0000, Hsin-Te Yuan wrote:
> The address of eeprom should be 50. The fixed commit in krane one is
> older than the rest, so split it for backporting.
>
>
Applied to v6.12-next/dts64, thanks!
[1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4
https://git.kernel.org/mediatek/c/d7f3e27b
[2/2] arm64: dts: mt8183: kukui: Fix the address of eeprom at i2c4
https://git.kernel.org/mediatek/c/c2f1aa44
Cheers,
Angelo
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-10-08 8:55 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09 8:33 [PATCH 0/2] Fix the address of eeprom of mt8183-kukui Hsin-Te Yuan
2024-09-09 8:33 ` [PATCH 1/2] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 Hsin-Te Yuan
2024-09-09 11:08 ` Matthias Brugger
2024-09-09 11:41 ` AngeloGioacchino Del Regno
2024-10-08 8:16 ` Chen-Yu Tsai
2024-09-09 8:33 ` [PATCH 2/2] arm64: dts: mt8183: kukui: " Hsin-Te Yuan
2024-09-09 11:09 ` Matthias Brugger
2024-09-09 11:41 ` AngeloGioacchino Del Regno
2024-10-08 8:55 ` [PATCH 0/2] Fix the address of eeprom of mt8183-kukui AngeloGioacchino Del Regno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).