From: Krzysztof Kozlowski Date: Wed, 2 Oct 2019 16:43:11 +0000 (+0200) Subject: ARM: dts: dove: Rename "sa-sram" node to "sram" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3e53032406dfbc17e3866ea660f193433e009cf2;p=linux.git 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 Signed-off-by: Gregory CLEMENT --- diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index 2e8a3977219f1..3081b04e8c08f 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>;