ARM: dts: dove: Rename "sa-sram" node to "sram"
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Oct 2019 16:43:11 +0000 (18:43 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 8 Oct 2019 09:44:40 +0000 (11:44 +0200)
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 <krzk@kernel.org>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm/boot/dts/dove.dtsi

index 2e8a397..3081b04 100644 (file)
                                status = "disabled";
                        };
 
-                       crypto_sram: sa-sram@ffffe000 {
+                       crypto_sram: sram@ffffe000 {
                                compatible = "mmio-sram";
                                reg = <0xffffe000 0x800>;
                                clocks = <&gate_clk 15>;