Commit 11ef2bfc authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: Configure interconnect target module for am437x rfbi



We can now probe devices with device tree only configuration using
ti-sysc interconnect target module driver. Let's configure the
module and drop "ti,hwmods" peroperty as this module is a child node
of dispc and has no dependencies to to legacy platform data.

Cc: Jyri Sarha <jsarha@ti.com>
Cc: Keerthy <j-keerthy@ti.com>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 9fd8a854
Loading
Loading
Loading
Loading
+24 −6
Original line number Diff line number Diff line
@@ -2185,16 +2185,34 @@
					};
				};

				rfbi: rfbi@800 {
				target-module@800 {
					compatible = "ti,sysc-omap2", "ti,sysc";
					reg = <0x800 0x4>,
					      <0x810 0x4>,
					      <0x814 0x4>;
					reg-names = "rev", "sysc", "syss";
					ti,sysc-sidle = <SYSC_IDLE_FORCE>,
							<SYSC_IDLE_NO>,
							<SYSC_IDLE_SMART>;
					ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET |
							 SYSC_OMAP2_AUTOIDLE)>;
					ti,syss-mask = <1>;
					clocks = <&dss_clkctrl AM4_DSS_DSS_CORE_CLKCTRL 0>;
					clock-names = "fck";
					#address-cells = <1>;
					#size-cells = <1>;
					ranges = <0 0x800 0x400>;

					rfbi: rfbi@0 {
						compatible = "ti,omap3-rfbi";
					reg = <0x800 0x100>;
					ti,hwmods = "dss_rfbi";
					clocks = <&disp_clk>;
						reg = <0 0x100>;
						clocks = <&dss_clkctrl AM4_DSS_DSS_CORE_CLKCTRL 0>;
						clock-names = "fck";
						status = "disabled";
					};
				};
			};
		};

		target-module@3d000 {			/* 0x4833d000, ap 102 6e.0 */
			compatible = "ti,sysc-omap4-timer", "ti,sysc";