public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] arm64: zynqmp: Add missing description for efuse aeskey/pufuser
@ 2024-01-09 11:26 Michal Simek
  2024-01-15  9:30 ` Michal Simek
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2024-01-09 11:26 UTC (permalink / raw)
  To: u-boot, git
  Cc: Laurent Pinchart, Piyush Mehta, Radhey Shyam Pandey,
	Robert Hancock, Simon Glass, Tanmay Shah

Add missing description for efuse aeskey/pufuser offsets.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 arch/arm/dts/zynqmp.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
index 21be909b1abe..f31f244ba77c 100644
--- a/arch/arm/dts/zynqmp.dtsi
+++ b/arch/arm/dts/zynqmp.dtsi
@@ -258,12 +258,18 @@
 				efuse_spkid: efuse-spkid@5c {
 					reg = <0x5c 0x4>;
 				};
+				efuse_aeskey: efuse-aeskey@60 {
+					reg = <0x60 0x20>;
+				};
 				efuse_ppk0hash: efuse-ppk0hash@a0 {
 					reg = <0xa0 0x30>;
 				};
 				efuse_ppk1hash: efuse-ppk1hash@d0 {
 					reg = <0xd0 0x30>;
 				};
+				efuse_pufuser: efuse-pufuser@100 {
+					reg = <0x100 0x7F>;
+				};
 			};
 
 			zynqmp_pcap: pcap {
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: zynqmp: Add missing description for efuse aeskey/pufuser
  2024-01-09 11:26 [PATCH] arm64: zynqmp: Add missing description for efuse aeskey/pufuser Michal Simek
@ 2024-01-15  9:30 ` Michal Simek
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Simek @ 2024-01-15  9:30 UTC (permalink / raw)
  To: u-boot, git
  Cc: Laurent Pinchart, Piyush Mehta, Radhey Shyam Pandey,
	Robert Hancock, Simon Glass, Tanmay Shah



On 1/9/24 12:26, Michal Simek wrote:
> Add missing description for efuse aeskey/pufuser offsets.
> 
> Signed-off-by: Michal Simek <michal.simek@amd.com>
> ---
> 
>   arch/arm/dts/zynqmp.dtsi | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm/dts/zynqmp.dtsi b/arch/arm/dts/zynqmp.dtsi
> index 21be909b1abe..f31f244ba77c 100644
> --- a/arch/arm/dts/zynqmp.dtsi
> +++ b/arch/arm/dts/zynqmp.dtsi
> @@ -258,12 +258,18 @@
>   				efuse_spkid: efuse-spkid@5c {
>   					reg = <0x5c 0x4>;
>   				};
> +				efuse_aeskey: efuse-aeskey@60 {
> +					reg = <0x60 0x20>;
> +				};
>   				efuse_ppk0hash: efuse-ppk0hash@a0 {
>   					reg = <0xa0 0x30>;
>   				};
>   				efuse_ppk1hash: efuse-ppk1hash@d0 {
>   					reg = <0xd0 0x30>;
>   				};
> +				efuse_pufuser: efuse-pufuser@100 {
> +					reg = <0x100 0x7F>;
> +				};
>   			};
>   
>   			zynqmp_pcap: pcap {

Applied.
M

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-15  9:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 11:26 [PATCH] arm64: zynqmp: Add missing description for efuse aeskey/pufuser Michal Simek
2024-01-15  9:30 ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox