Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Gregory CLEMENT
3e530324 15382b7e

+1 -1
+1 -1
arch/arm/boot/dts/dove.dtsi
··· 784 784 status = "disabled"; 785 785 }; 786 786 787 - crypto_sram: sa-sram@ffffe000 { 787 + crypto_sram: sram@ffffe000 { 788 788 compatible = "mmio-sram"; 789 789 reg = <0xffffe000 0x800>; 790 790 clocks = <&gate_clk 15>;