* [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE
@ 2026-03-20 23:38 Thierry Reding
2026-03-20 23:38 ` [PATCH 2/2] arm64: tegra: Add FUSE block on Tegra264 Thierry Reding
2026-03-21 10:50 ` [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE Krzysztof Kozlowski
0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2026-03-20 23:38 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jon Hunter,
devicetree, linux-tegra
From: Thierry Reding <treding@nvidia.com>
This hardware block is mostly the same as the one found on earlier
generations. However, the exact register regions that can be accessed
differ, so a new compatible string is required.
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml b/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml
index 02f0b0462377..bf9923b63852 100644
--- a/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml
+++ b/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml
@@ -22,6 +22,7 @@ properties:
- nvidia,tegra186-efuse
- nvidia,tegra194-efuse
- nvidia,tegra234-efuse
+ - nvidia,tegra264-efuse
- items:
- const: nvidia,tegra132-efuse
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] arm64: tegra: Add FUSE block on Tegra264
2026-03-20 23:38 [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE Thierry Reding
@ 2026-03-20 23:38 ` Thierry Reding
2026-03-21 10:50 ` [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2026-03-20 23:38 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jon Hunter,
devicetree, linux-tegra
From: Thierry Reding <treding@nvidia.com>
The FUSE block contains a number of registers exposing information that
is useful for certain drivers and/or userspace to read at runtime.
Signed-off-by: Thierry Reding <treding@nvidia.com>
---
arch/arm64/boot/dts/nvidia/tegra264.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm64/boot/dts/nvidia/tegra264.dtsi b/arch/arm64/boot/dts/nvidia/tegra264.dtsi
index 8dbce25dfa3a..efb4d21aa4e3 100644
--- a/arch/arm64/boot/dts/nvidia/tegra264.dtsi
+++ b/arch/arm64/boot/dts/nvidia/tegra264.dtsi
@@ -41,6 +41,13 @@ misc@100000 {
<0x0 0x0c140000 0x0 0x10000>;
};
+ fuse@1000000 {
+ compatible = "nvidia,tegra264-efuse";
+ reg = <0x0 0x1000000 0x0 0x10000>;
+ clocks = <&bpmp TEGRA264_CLK_FUSE>;
+ clock-names = "fuse";
+ };
+
timer@8000000 {
compatible = "nvidia,tegra234-timer";
reg = <0x0 0x08000000 0x0 0x140000>;
--
2.52.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE
2026-03-20 23:38 [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE Thierry Reding
2026-03-20 23:38 ` [PATCH 2/2] arm64: tegra: Add FUSE block on Tegra264 Thierry Reding
@ 2026-03-21 10:50 ` Krzysztof Kozlowski
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2026-03-21 10:50 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Jon Hunter,
devicetree, linux-tegra
On Sat, Mar 21, 2026 at 12:38:21AM +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
>
> This hardware block is mostly the same as the one found on earlier
> generations. However, the exact register regions that can be accessed
> differ, so a new compatible string is required.
New compatible string is always needed.
Confusing commit msg, same comments as for other patchset.
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-03-21 10:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-20 23:38 [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE Thierry Reding
2026-03-20 23:38 ` [PATCH 2/2] arm64: tegra: Add FUSE block on Tegra264 Thierry Reding
2026-03-21 10:50 ` [PATCH 1/2] dt-bindings: fuse: Document compatible string for Tegra264 FUSE Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox