mirror of https://gitee.com/openkylin/linux.git
ARM: dts: Configure d2d dts data for omap4
We can now probe devices with ti-sysc interconnect driver and dts data. Let's configure the related dts data based on what we have defined in the legacy platform data. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
84087b3d63
commit
d73d7667bb
|
@ -456,17 +456,43 @@ usb2_phy: usb2phy@80 {
|
|||
};
|
||||
};
|
||||
|
||||
/* d2d mdm */
|
||||
target-module@36000 { /* 0x4a0b6000, ap 69 60.0 */
|
||||
compatible = "ti,sysc";
|
||||
status = "disabled";
|
||||
compatible = "ti,sysc-omap2", "ti,sysc";
|
||||
reg = <0x36000 0x4>,
|
||||
<0x36010 0x4>,
|
||||
<0x36014 0x4>;
|
||||
reg-names = "rev", "sysc", "syss";
|
||||
ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET | SYSC_OMAP2_AUTOIDLE)>;
|
||||
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
|
||||
<SYSC_IDLE_NO>,
|
||||
<SYSC_IDLE_SMART>,
|
||||
<SYSC_IDLE_SMART_WKUP>;
|
||||
ti,syss-mask = <1>;
|
||||
/* Domains (V, P, C): core, core_pwrdm, d2d_clkdm */
|
||||
clocks = <&d2d_clkctrl OMAP4_C2C_CLKCTRL 0>;
|
||||
clock-names = "fck";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x36000 0x1000>;
|
||||
};
|
||||
|
||||
/* d2d mpu */
|
||||
target-module@4d000 { /* 0x4a0cd000, ap 78 58.0 */
|
||||
compatible = "ti,sysc";
|
||||
status = "disabled";
|
||||
compatible = "ti,sysc-omap2", "ti,sysc";
|
||||
reg = <0x4d000 0x4>,
|
||||
<0x4d010 0x4>,
|
||||
<0x4d014 0x4>;
|
||||
reg-names = "rev", "sysc", "syss";
|
||||
ti,sysc-mask = <(SYSC_OMAP2_SOFTRESET | SYSC_OMAP2_AUTOIDLE)>;
|
||||
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
|
||||
<SYSC_IDLE_NO>,
|
||||
<SYSC_IDLE_SMART>,
|
||||
<SYSC_IDLE_SMART_WKUP>;
|
||||
ti,syss-mask = <1>;
|
||||
/* Domains (V, P, C): core, core_pwrdm, d2d_clkdm */
|
||||
clocks = <&d2d_clkctrl OMAP4_C2C_CLKCTRL 0>;
|
||||
clock-names = "fck";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
ranges = <0x0 0x4d000 0x1000>;
|
||||
|
|
Loading…
Reference in New Issue