diff options
author | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-10-26 15:41:13 +0300 |
---|---|---|
committer | Claudiu Beznea <claudiu.beznea@microchip.com> | 2022-11-01 13:28:58 +0300 |
commit | bc30e7d5f1afdd53e055bcbbb3eaba802f88c3c1 (patch) | |
tree | 145f7fc9e1d96608eef979c047d4fc913d49505b | |
parent | 12045a7a0768c65ab4cebc2f0c8afd207fc4bc47 (diff) | |
download | linux-bc30e7d5f1afdd53e055bcbbb3eaba802f88c3c1.tar.xz |
ARM: dts: at91: sama7g5: use generic name for securam
Use generic sram name for securam.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20221026124114.985876-11-claudiu.beznea@microchip.com
-rw-r--r-- | arch/arm/boot/dts/sama7g5.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi index 4c736db0cc7e..ab131762ecb5 100644 --- a/arch/arm/boot/dts/sama7g5.dtsi +++ b/arch/arm/boot/dts/sama7g5.dtsi @@ -204,7 +204,7 @@ }; }; - securam: securam@e0000000 { + securam: sram@e0000000 { compatible = "microchip,sama7g5-securam", "atmel,sama5d2-securam", "mmio-sram"; reg = <0xe0000000 0x4000>; clocks = <&pmc PMC_TYPE_PERIPHERAL 18>; |