* [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988
@ 2024-06-13 19:59 Rafał Miłecki
2024-06-13 19:59 ` [PATCH 2/2] arm64: dts: mediatek: mt7988: add efuse block Rafał Miłecki
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Rafał Miłecki @ 2024-06-13 19:59 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 MT7988 SoC.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
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 a773101d8538..32b8c1eb4e80 100644
--- a/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
+++ b/Documentation/devicetree/bindings/nvmem/mediatek,efuse.yaml
@@ -30,6 +30,7 @@ properties:
- mediatek,mt7623-efuse
- mediatek,mt7981-efuse
- mediatek,mt7986-efuse
+ - mediatek,mt7988-efuse
- mediatek,mt8173-efuse
- mediatek,mt8183-efuse
- mediatek,mt8186-efuse
--
2.35.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] arm64: dts: mediatek: mt7988: add efuse block
2024-06-13 19:59 [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988 Rafał Miłecki
@ 2024-06-13 19:59 ` Rafał Miłecki
2024-06-14 11:51 ` [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988 Krzysztof Kozlowski
2024-06-21 6:18 ` (subset) " Srinivas Kandagatla
2 siblings, 0 replies; 4+ messages in thread
From: Rafał Miłecki @ 2024-06-13 19:59 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>
MT7988 (AKA MediaTek Filogic 880) uses efuse for storing calibration
data.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
arch/arm64/boot/dts/mediatek/mt7988a.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
index 7690a83911af..c9649b815276 100644
--- a/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt7988a.dtsi
@@ -231,6 +231,13 @@ clock-controller@11f40000 {
#clock-cells = <1>;
};
+ efuse@11f50000 {
+ compatible = "mediatek,mt7988-efuse", "mediatek,efuse";
+ reg = <0 0x11f50000 0 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+
clock-controller@15000000 {
compatible = "mediatek,mt7988-ethsys", "syscon";
reg = <0 0x15000000 0 0x1000>;
--
2.35.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988
2024-06-13 19:59 [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988 Rafał Miłecki
2024-06-13 19:59 ` [PATCH 2/2] arm64: dts: mediatek: mt7988: add efuse block Rafał Miłecki
@ 2024-06-14 11:51 ` Krzysztof Kozlowski
2024-06-21 6:18 ` (subset) " Srinivas Kandagatla
2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-06-14 11:51 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 13/06/2024 21:59, Rafał Miłecki wrote:
> From: Rafał Miłecki <rafal@milecki.pl>
>
> Add compatible for MT7988 SoC.
>
> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: (subset) [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988
2024-06-13 19:59 [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988 Rafał Miłecki
2024-06-13 19:59 ` [PATCH 2/2] arm64: dts: mediatek: mt7988: add efuse block Rafał Miłecki
2024-06-14 11:51 ` [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988 Krzysztof Kozlowski
@ 2024-06-21 6:18 ` Srinivas Kandagatla
2 siblings, 0 replies; 4+ messages in thread
From: Srinivas Kandagatla @ 2024-06-21 6:18 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 Thu, 13 Jun 2024 21:59:32 +0200, Rafał Miłecki wrote:
> Add compatible for MT7988 SoC.
>
>
Applied, thanks!
[1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988
commit: 35636e92643ecface9655eefa50370df77f73e17
Best regards,
--
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-06-21 6:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-13 19:59 [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988 Rafał Miłecki
2024-06-13 19:59 ` [PATCH 2/2] arm64: dts: mediatek: mt7988: add efuse block Rafał Miłecki
2024-06-14 11:51 ` [PATCH 1/2] dt-bindings: nvmem: mediatek: efuse: add support for MT7988 Krzysztof Kozlowski
2024-06-21 6:18 ` (subset) " Srinivas Kandagatla
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).