ARM: dts: Keystone update for v5.8

- Rename "msmram" node to "sram"
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJezzMwAAoJEHJsHOdBp5c/gH8P/iZgw8FsSNQnFueK/aYCBOF2
 EupmkQHCk7Oy9bO/zrKWrwNfN1m8QVfrbCq+0Siol9hpehd0QgNmsb+3P9HQ8E5K
 SUxpqv6qlL7FSzwI8/WkR1Ne4mwbjgoEe+GMFXyV1cOILJmGXzDoHQy0KTkrjy/M
 oLvIQL3AXZe3Tob/nPxQEktYbnMHw2aJ2LRISCsX/2wvuESA5POI/Degy9suZXgn
 vyrNr341KRTFrzDzYIztLFoi83WL6ZtHlniGMZdx7TPJ0d2krBgsyxupByG1i25A
 ky++IxESVfj8uo4uEH5vkzxj9HsMrATRe4YCmL9hETZPqtjIcdhYbyR02LydloBg
 XuIqZpGGZ4cDgM3qjM9bUBBArHH3vX+S1WAm8xYF35MtOv374VM2RxM5wNgTlnMy
 l3f/tk17DXrdwFDeyrhekNxHUAgIl7fVd6ixJc2nKnYGLgAJiH6c8vpmshSHZlSv
 N+UAN2mnr2vXDT5hPv263cBbLmgLAbjEqOkDMRFLQxt8JkKD4NcLoI1fdtfMlzLf
 iSFZXaaoZ3r+wa9wx3a3W99vHYAlVWqmikO8e5+xewQRsePY2i+22oKiUTdVzkd/
 Jz+gsnclS7AsB+MC4GKLS17fiB86lPaCNpM+sdwKMiLAEiVHIlo5Q/0I6hSrPY3B
 ApYTTWIQJUxSY3IpZl91
 =dqez
 -----END PGP SIGNATURE-----

Merge tag 'keystone_dts_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into arm/dt

ARM: dts: Keystone update for v5.8

 - Rename "msmram" node to "sram"

* tag 'keystone_dts_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone:
  ARM: dts: keystone: Rename "msmram" node to "sram"

Link: https://lore.kernel.org/r/1590638489-12023-2-git-send-email-santosh.shilimkar@oracle.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann 2020-05-28 13:11:22 +02:00
commit 36e29139cd
4 changed files with 8 additions and 8 deletions

View File

@ -86,14 +86,14 @@ usb1: dwc3@25010000 {
};
};
msm_ram: msmram@c000000 {
msm_ram: sram@c000000 {
compatible = "mmio-sram";
reg = <0x0c000000 0x200000>;
ranges = <0x0 0x0c000000 0x200000>;
#address-cells = <1>;
#size-cells = <1>;
sram-bm@1f0000 {
bm-sram@1f0000 {
reg = <0x001f0000 0x8000>;
};
};

View File

@ -95,14 +95,14 @@ soc0: soc@0 {
ranges = <0x0 0x0 0x0 0xc0000000>;
dma-ranges = <0x80000000 0x8 0x00000000 0x80000000>;
msm_ram: msmram@c000000 {
msm_ram: sram@c000000 {
compatible = "mmio-sram";
reg = <0x0c000000 0x100000>;
ranges = <0x0 0x0c000000 0x100000>;
#address-cells = <1>;
#size-cells = <1>;
sram-bm@f7000 {
bm-sram@f7000 {
reg = <0x000f7000 0x8000>;
};
};

View File

@ -57,14 +57,14 @@ aliases {
&soc0 {
/include/ "keystone-k2hk-clocks.dtsi"
msm_ram: msmram@c000000 {
msm_ram: sram@c000000 {
compatible = "mmio-sram";
reg = <0x0c000000 0x600000>;
ranges = <0x0 0x0c000000 0x600000>;
#address-cells = <1>;
#size-cells = <1>;
sram-bm@5f0000 {
bm-sram@5f0000 {
reg = <0x5f0000 0x8000>;
};
};

View File

@ -255,14 +255,14 @@ gpio_emifa_pins: pinmux_gpio_emifa_pins {
};
};
msm_ram: msmram@c000000 {
msm_ram: sram@c000000 {
compatible = "mmio-sram";
reg = <0x0c000000 0x200000>;
ranges = <0x0 0x0c000000 0x200000>;
#address-cells = <1>;
#size-cells = <1>;
sram-bm@1f8000 {
bm-sram@1f8000 {
reg = <0x001f8000 0x8000>;
};
};