Commit bd80c674 authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: Drop legacy custom hwmods property for omap4 uart

With recent ti-sysc driver changes, we can now finally probe most
modules without needing the custom ti,hwmods property.

Let's start with omap4 uart as we can test that for runtime PM
for core retention idle mode.

Cc: devicetree@vger.kernel.org
Cc: Rob Herring <robh@kernel.org>
Tested-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent b6a53c4c
...@@ -1371,7 +1371,6 @@ segment@0 { /* 0x48000000 */ ...@@ -1371,7 +1371,6 @@ segment@0 { /* 0x48000000 */
target-module@20000 { /* 0x48020000, ap 3 06.0 */ target-module@20000 { /* 0x48020000, ap 3 06.0 */
compatible = "ti,sysc-omap2", "ti,sysc"; compatible = "ti,sysc-omap2", "ti,sysc";
ti,hwmods = "uart3";
reg = <0x20050 0x4>, reg = <0x20050 0x4>,
<0x20054 0x4>, <0x20054 0x4>,
<0x20058 0x4>; <0x20058 0x4>;
...@@ -1728,7 +1727,6 @@ i2c3: i2c@0 { ...@@ -1728,7 +1727,6 @@ i2c3: i2c@0 {
target-module@6a000 { /* 0x4806a000, ap 26 18.0 */ target-module@6a000 { /* 0x4806a000, ap 26 18.0 */
compatible = "ti,sysc-omap2", "ti,sysc"; compatible = "ti,sysc-omap2", "ti,sysc";
ti,hwmods = "uart1";
reg = <0x6a050 0x4>, reg = <0x6a050 0x4>,
<0x6a054 0x4>, <0x6a054 0x4>,
<0x6a058 0x4>; <0x6a058 0x4>;
...@@ -1758,7 +1756,6 @@ uart1: serial@0 { ...@@ -1758,7 +1756,6 @@ uart1: serial@0 {
target-module@6c000 { /* 0x4806c000, ap 28 20.0 */ target-module@6c000 { /* 0x4806c000, ap 28 20.0 */
compatible = "ti,sysc-omap2", "ti,sysc"; compatible = "ti,sysc-omap2", "ti,sysc";
ti,hwmods = "uart2";
reg = <0x6c050 0x4>, reg = <0x6c050 0x4>,
<0x6c054 0x4>, <0x6c054 0x4>,
<0x6c058 0x4>; <0x6c058 0x4>;
...@@ -1788,7 +1785,6 @@ uart2: serial@0 { ...@@ -1788,7 +1785,6 @@ uart2: serial@0 {
target-module@6e000 { /* 0x4806e000, ap 30 1c.1 */ target-module@6e000 { /* 0x4806e000, ap 30 1c.1 */
compatible = "ti,sysc-omap2", "ti,sysc"; compatible = "ti,sysc-omap2", "ti,sysc";
ti,hwmods = "uart4";
reg = <0x6e050 0x4>, reg = <0x6e050 0x4>,
<0x6e054 0x4>, <0x6e054 0x4>,
<0x6e058 0x4>; <0x6e058 0x4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment