Commit b8222335 authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: Fix wrong address for omap5 sata phy



Looks like I missed converting the omap5 sata phy addresses to use offset
from the module base instead of full physical address.

While at it, we can also more it to be a direct child of the interconnect
target module, it is not really a child of the ocp2scp control device.

Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 5241ccbf
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -515,12 +515,13 @@
					#address-cells = <1>;
					#size-cells = <1>;
					reg = <0x0 0x20>;
					ranges = <0 0 0x4000>;
					sata_phy: phy@4a096000 {
				};

				sata_phy: phy@6000 {
					compatible = "ti,phy-pipe3-sata";
					reg = <0x6000 0x80>, /* phy_rx */
						      <0x4A096400 0x64>, /* phy_tx */
						      <0x4A096800 0x40>; /* pll_ctrl */
					      <0x6400 0x64>, /* phy_tx */
					      <0x6800 0x40>; /* pll_ctrl */
					reg-names = "phy_rx", "phy_tx", "pll_ctrl";
					syscon-phy-power = <&scm_conf 0x374>;
					clocks = <&sys_clkin>,
@@ -529,7 +530,6 @@
					#phy-cells = <0>;
				};
		};
		};

		target-module@20000 {			/* 0x4a0a0000, ap 95 50.0 */
			compatible = "ti,sysc";