* [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981
@ 2024-05-14 1:51 Rafał Miłecki
2024-05-14 1:51 ` [PATCH V2 2/2] arm64: dts: mediatek: mt7981: add efuse block Rafał Miłecki
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Rafał Miłecki @ 2024-05-14 1:51 UTC (permalink / raw)
To: AngeloGioacchino Del Regno, Matthias Brugger, Srinivas Kandagatla,
Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Andrew-CT Chen, Lala Lin, devicetree, linux-arm-kernel,
linux-mediatek, Rafał Miłecki
From: Rafał Miłecki <rafal@milecki.pl>
Add compatible for MT7981 SoC.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
V2: Use new compatible instead of MT7986's one
Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
index cf5f9e22bb7e..a773101d8538 100644
--- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
@@ -28,6 +28,7 @@ properties:
- enum:
- mediatek,mt7622-efuse
- mediatek,mt7623-efuse
+ - mediatek,mt7981-efuse
- mediatek,mt7986-efuse
- mediatek,mt8173-efuse
- mediatek,mt8183-efuse
--
2.35.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH V2 2/2] arm64: dts: mediatek: mt7981: add efuse block
2024-05-14 1:51 [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Rafał Miłecki
@ 2024-05-14 1:51 ` Rafał Miłecki
2024-05-14 12:15 ` AngeloGioacchino Del Regno
2024-05-14 7:32 ` [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Krzysztof Kozlowski
` (4 subsequent siblings)
5 siblings, 1 reply; 8+ messages in thread
From: Rafał Miłecki @ 2024-05-14 1:51 UTC (permalink / raw)
To: AngeloGioacchino Del Regno, Matthias Brugger, Srinivas Kandagatla,
Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Andrew-CT Chen, Lala Lin, devicetree, linux-arm-kernel,
linux-mediatek, Rafał Miłecki
From: Rafał Miłecki <rafal@milecki.pl>
MT7981 (Filogic 820) uses efuse for storing calibration data.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
V2: Use new compatible instead of MT7986's one
arch/arm64/boot/dts/mediatek/mt7981b.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
index 2d7f91196e64..31d323e84967 100644
--- a/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7981b.dtsi
@@ -133,6 +133,13 @@ pio: pinctrl@11d00000 {
#interrupt-cells = <2>;
};
+ efuse@11f20000 {
+ compatible = "mediatek,mt7981-efuse", "mediatek,efuse";
+ reg = <0 0x11f20000 0 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+
clock-controller@15000000 {
compatible = "mediatek,mt7981-ethsys", "syscon";
reg = <0 0x15000000 0 0x1000>;
--
2.35.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981
2024-05-14 1:51 [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Rafał Miłecki
2024-05-14 1:51 ` [PATCH V2 2/2] arm64: dts: mediatek: mt7981: add efuse block Rafał Miłecki
@ 2024-05-14 7:32 ` Krzysztof Kozlowski
2024-05-14 12:15 ` AngeloGioacchino Del Regno
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Krzysztof Kozlowski @ 2024-05-14 7:32 UTC (permalink / raw)
To: Rafał Miłecki, AngeloGioacchino Del Regno,
Matthias Brugger, Srinivas Kandagatla, Rob Herring,
Krzysztof Kozlowski, Conor Dooley
Cc: Andrew-CT Chen, Lala Lin, devicetree, linux-arm-kernel,
linux-mediatek, Rafał Miłecki
On 14/05/2024 03:51, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> Add compatible for MT7981 SoC.
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
> V2: Use new compatible instead of MT7986's one
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981
2024-05-14 1:51 [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Rafał Miłecki
2024-05-14 1:51 ` [PATCH V2 2/2] arm64: dts: mediatek: mt7981: add efuse block Rafał Miłecki
2024-05-14 7:32 ` [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Krzysztof Kozlowski
@ 2024-05-14 12:15 ` AngeloGioacchino Del Regno
2024-06-03 7:38 ` (subset) " AngeloGioacchino Del Regno
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-05-14 12:15 UTC (permalink / raw)
To: Rafał Miłecki, Matthias Brugger, Srinivas Kandagatla,
Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Andrew-CT Chen, Lala Lin, devicetree, linux-arm-kernel,
linux-mediatek, Rafał Miłecki
Il 14/05/24 03:51, Rafał Miłecki ha scritto:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> Add compatible for MT7981 SoC.
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH V2 2/2] arm64: dts: mediatek: mt7981: add efuse block
2024-05-14 1:51 ` [PATCH V2 2/2] arm64: dts: mediatek: mt7981: add efuse block Rafał Miłecki
@ 2024-05-14 12:15 ` AngeloGioacchino Del Regno
0 siblings, 0 replies; 8+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-05-14 12:15 UTC (permalink / raw)
To: Rafał Miłecki, Matthias Brugger, Srinivas Kandagatla,
Rob Herring, Krzysztof Kozlowski, Conor Dooley
Cc: Andrew-CT Chen, Lala Lin, devicetree, linux-arm-kernel,
linux-mediatek, Rafał Miłecki
Il 14/05/24 03:51, Rafał Miłecki ha scritto:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> MT7981 (Filogic 820) uses efuse for storing calibration data.
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (subset) [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981
2024-05-14 1:51 [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Rafał Miłecki
` (2 preceding siblings ...)
2024-05-14 12:15 ` AngeloGioacchino Del Regno
@ 2024-06-03 7:38 ` AngeloGioacchino Del Regno
2024-06-11 9:30 ` Srinivas Kandagatla
2024-06-11 13:44 ` Rob Herring
5 siblings, 0 replies; 8+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-06-03 7:38 UTC (permalink / raw)
To: Matthias Brugger, Srinivas Kandagatla, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Rafał Miłecki
Cc: Andrew-CT Chen, Lala Lin, devicetree, linux-arm-kernel,
linux-mediatek, Rafał Miłecki
On Tue, 14 May 2024 03:51:53 +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> Add compatible for MT7981 SoC.
>
>
Applied to v6.10-next/dts64, thanks!
[2/2] arm64: dts: mediatek: mt7981: add efuse block
commit: 299e71800214a7bae36733fb3bde5d37eb5e13f3
Cheers,
Angelo
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: (subset) [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981
2024-05-14 1:51 [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Rafał Miłecki
` (3 preceding siblings ...)
2024-06-03 7:38 ` (subset) " AngeloGioacchino Del Regno
@ 2024-06-11 9:30 ` Srinivas Kandagatla
2024-06-11 13:44 ` Rob Herring
5 siblings, 0 replies; 8+ messages in thread
From: Srinivas Kandagatla @ 2024-06-11 9:30 UTC (permalink / raw)
To: AngeloGioacchino Del Regno, Matthias Brugger, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Rafał Miłecki
Cc: Andrew-CT Chen, Lala Lin, devicetree, linux-arm-kernel,
linux-mediatek, Rafał Miłecki
On Tue, 14 May 2024 03:51:53 +0200, Rafał Miłecki wrote:
> Add compatible for MT7981 SoC.
>
>
Applied, thanks!
[1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981
commit: 89ca7c2d13bfa566ea000c5515b1943d30d44311
Best regards,
--
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981
2024-05-14 1:51 [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Rafał Miłecki
` (4 preceding siblings ...)
2024-06-11 9:30 ` Srinivas Kandagatla
@ 2024-06-11 13:44 ` Rob Herring
5 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2024-06-11 13:44 UTC (permalink / raw)
To: Rafał Miłecki
Cc: AngeloGioacchino Del Regno, Matthias Brugger, Srinivas Kandagatla,
Krzysztof Kozlowski, Conor Dooley, Andrew-CT Chen, Lala Lin,
devicetree, linux-arm-kernel, linux-mediatek,
Rafał Miłecki
On Tue, May 14, 2024 at 03:51:53AM +0200, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> Add compatible for MT7981 SoC.
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
> ---
> V2: Use new compatible instead of MT7986's one
>
> Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml | 1 +
> 1 file changed, 1 insertion(+)
Looks like this was missed, so I've applied it.
Rob
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-06-11 13:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 1:51 [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Rafał Miłecki
2024-05-14 1:51 ` [PATCH V2 2/2] arm64: dts: mediatek: mt7981: add efuse block Rafał Miłecki
2024-05-14 12:15 ` AngeloGioacchino Del Regno
2024-05-14 7:32 ` [PATCH V2 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7981 Krzysztof Kozlowski
2024-05-14 12:15 ` AngeloGioacchino Del Regno
2024-06-03 7:38 ` (subset) " AngeloGioacchino Del Regno
2024-06-11 9:30 ` Srinivas Kandagatla
2024-06-11 13:44 ` Rob Herring
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).