The device node name should reflect generic class of a device so rename
the "sa-sram" node to "sram".  This will be also in sync with upcoming DT
schema.  No functional change.

Signed-off-by: Krzysztof Kozlowski <k...@kernel.org>
---
 arch/arm/boot/dts/dove.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 2e8a3977219f..3081b04e8c08 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -784,7 +784,7 @@
                                status = "disabled";
                        };
 
-                       crypto_sram: sa-sram@ffffe000 {
+                       crypto_sram: sram@ffffe000 {
                                compatible = "mmio-sram";
                                reg = <0xffffe000 0x800>;
                                clocks = <&gate_clk 15>;
-- 
2.17.1

Reply via email to