mirror of https://gitee.com/openkylin/linux.git
ARM: dts: am33xx: Update emif node
Now that we will use ti-emif-sram driver for am335x PM, update the emif DT node with the required sram property. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
590e1d5ec6
commit
b08a966ae2
|
@ -960,6 +960,8 @@ emif: emif@4c000000 {
|
|||
compatible = "ti,emif-am3352";
|
||||
reg = <0x4c000000 0x1000000>;
|
||||
ti,hwmods = "emif";
|
||||
sram = <&pm_sram_code
|
||||
&pm_sram_data>;
|
||||
};
|
||||
|
||||
gpmc: gpmc@50000000 {
|
||||
|
|
Loading…
Reference in New Issue