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

ARM: dts: am: Rename "ocmcram" node to "sram"

The device node name should reflect generic class of a device so rename
the "ocmcram" node and its children 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: Tony Lindgren <tony@atomide.com>

authored by

Krzysztof Kozlowski and committed by
Tony Lindgren
6ba6ed6c 1b359d32

+6 -6
+3 -3
arch/arm/boot/dts/am33xx.dtsi
··· 393 393 }; 394 394 }; 395 395 396 - ocmcram: ocmcram@40300000 { 396 + ocmcram: sram@40300000 { 397 397 compatible = "mmio-sram"; 398 398 reg = <0x40300000 0x10000>; /* 64k */ 399 399 ranges = <0x0 0x40300000 0x10000>; 400 400 #address-cells = <1>; 401 401 #size-cells = <1>; 402 402 403 - pm_sram_code: pm-sram-code@0 { 403 + pm_sram_code: pm-code-sram@0 { 404 404 compatible = "ti,sram"; 405 405 reg = <0x0 0x1000>; 406 406 protect-exec; 407 407 }; 408 408 409 - pm_sram_data: pm-sram-data@1000 { 409 + pm_sram_data: pm-data-sram@1000 { 410 410 compatible = "ti,sram"; 411 411 reg = <0x1000 0x1000>; 412 412 pool;
+3 -3
arch/arm/boot/dts/am4372.dtsi
··· 349 349 }; 350 350 }; 351 351 352 - ocmcram: ocmcram@40300000 { 352 + ocmcram: sram@40300000 { 353 353 compatible = "mmio-sram"; 354 354 reg = <0x40300000 0x40000>; /* 256k */ 355 355 ranges = <0x0 0x40300000 0x40000>; 356 356 #address-cells = <1>; 357 357 #size-cells = <1>; 358 358 359 - pm_sram_code: pm-sram-code@0 { 359 + pm_sram_code: pm-code-sram@0 { 360 360 compatible = "ti,sram"; 361 361 reg = <0x0 0x1000>; 362 362 protect-exec; 363 363 }; 364 364 365 - pm_sram_data: pm-sram-data@1000 { 365 + pm_sram_data: pm-data-sram@1000 { 366 366 compatible = "ti,sram"; 367 367 reg = <0x1000 0x1000>; 368 368 pool;