ARM: dts: dove: Rename "sa-sram" node to "sram"

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>
This commit is contained in:
Krzysztof Kozlowski
2019-10-02 18:43:11 +02:00
committed by Gregory CLEMENT
parent 15382b7ea2
commit 3e53032406

View File

@@ -784,7 +784,7 @@ lcd0: lcd-controller@820000 {
status = "disabled";
};
crypto_sram: sa-sram@ffffe000 {
crypto_sram: sram@ffffe000 {
compatible = "mmio-sram";
reg = <0xffffe000 0x800>;
clocks = <&gate_clk 15>;