diff mbox series

[v3,05/10] ARM: dts: dove: Rename "sa-sram" node to "sram"

Message ID 20191002164316.14905-5-krzk@kernel.org (mailing list archive)
State New, archived
Headers show
Series [v3,01/10] dt-bindings: sram: Convert SRAM bindings to json-schema | expand

Commit Message

Krzysztof Kozlowski Oct. 2, 2019, 4:43 p.m. UTC
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>
---
 arch/arm/boot/dts/dove.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gregory CLEMENT Oct. 8, 2019, 9:44 a.m. UTC | #1
Hi Krzysztof Kozlowski,

> 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>

Applied on mvebu/dt

Thanks,

Gregory

> ---
>  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
>
diff mbox series

Patch

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>;