Skip to content

Commit

Permalink
ARM: dts: am4372: Update emif node
Browse files Browse the repository at this point in the history
Now that we will use ti-emif-sram driver for am4372 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>
  • Loading branch information
Dave Gerlach authored and Tony Lindgren committed Feb 27, 2018
1 parent b08a966 commit 16df221
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/am4372.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@
compatible = "ti,emif-am4372";
reg = <0x4c000000 0x1000000>;
ti,hwmods = "emif";
sram = <&pm_sram_code
&pm_sram_data>;
};

edma: edma@49000000 {
Expand Down

0 comments on commit 16df221

Please sign in to comment.