ARM: OMAP2+: Drop legacy platform data for am3 and am4 rng
We can now probe devices with ti-sysc interconnect driver and dts data. Let's drop the related platform data and custom ti,hwmods dts property. As we're just dropping data, and the early platform data init is based on the custom ti,hwmods property, we want to drop both the platform data and ti,hwmods property in a single patch. Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
aa3657053d
commit
bb51a2a84f
|
@ -2042,7 +2042,6 @@
|
|||
|
||||
target-module@10000 { /* 0x48310000, ap 76 4e.1 */
|
||||
compatible = "ti,sysc-omap2", "ti,sysc";
|
||||
ti,hwmods = "rng";
|
||||
reg = <0x11fe0 0x4>,
|
||||
<0x11fe4 0x4>;
|
||||
reg-names = "rev", "sysc";
|
||||
|
|
|
@ -1982,7 +1982,6 @@
|
|||
|
||||
target-module@10000 { /* 0x48310000, ap 64 4e.1 */
|
||||
compatible = "ti,sysc-omap2", "ti,sysc";
|
||||
ti,hwmods = "rng";
|
||||
reg = <0x11fe0 0x4>,
|
||||
<0x11fe4 0x4>;
|
||||
reg-names = "rev", "sysc";
|
||||
|
|
|
@ -53,7 +53,6 @@ extern struct omap_hwmod_ocp_if am33xx_l3_main__tptc2;
|
|||
extern struct omap_hwmod_ocp_if am33xx_l3_main__ocmc;
|
||||
extern struct omap_hwmod_ocp_if am33xx_l3_main__sha0;
|
||||
extern struct omap_hwmod_ocp_if am33xx_l3_main__aes0;
|
||||
extern struct omap_hwmod_ocp_if am33xx_l4_per__rng;
|
||||
|
||||
extern struct omap_hwmod am33xx_l3_main_hwmod;
|
||||
extern struct omap_hwmod am33xx_l3_s_hwmod;
|
||||
|
@ -66,7 +65,6 @@ extern struct omap_hwmod am33xx_gfx_hwmod;
|
|||
extern struct omap_hwmod am33xx_prcm_hwmod;
|
||||
extern struct omap_hwmod am33xx_aes0_hwmod;
|
||||
extern struct omap_hwmod am33xx_sha0_hwmod;
|
||||
extern struct omap_hwmod am33xx_rng_hwmod;
|
||||
extern struct omap_hwmod am33xx_ocmcram_hwmod;
|
||||
extern struct omap_hwmod am33xx_smartreflex0_hwmod;
|
||||
extern struct omap_hwmod am33xx_smartreflex1_hwmod;
|
||||
|
|
|
@ -300,11 +300,3 @@ struct omap_hwmod_ocp_if am33xx_l3_main__aes0 = {
|
|||
.clk = "aes0_fck",
|
||||
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
||||
};
|
||||
|
||||
/* l4 per -> rng */
|
||||
struct omap_hwmod_ocp_if am33xx_l4_per__rng = {
|
||||
.master = &am33xx_l4_ls_hwmod,
|
||||
.slave = &am33xx_rng_hwmod,
|
||||
.clk = "rng_fck",
|
||||
.user = OCP_USER_MPU,
|
||||
};
|
||||
|
|
|
@ -265,33 +265,6 @@ struct omap_hwmod am33xx_sha0_hwmod = {
|
|||
},
|
||||
};
|
||||
|
||||
/* rng */
|
||||
static struct omap_hwmod_class_sysconfig am33xx_rng_sysc = {
|
||||
.rev_offs = 0x1fe0,
|
||||
.sysc_offs = 0x1fe4,
|
||||
.sysc_flags = SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE,
|
||||
.idlemodes = SIDLE_FORCE | SIDLE_NO,
|
||||
.sysc_fields = &omap_hwmod_sysc_type1,
|
||||
};
|
||||
|
||||
static struct omap_hwmod_class am33xx_rng_hwmod_class = {
|
||||
.name = "rng",
|
||||
.sysc = &am33xx_rng_sysc,
|
||||
};
|
||||
|
||||
struct omap_hwmod am33xx_rng_hwmod = {
|
||||
.name = "rng",
|
||||
.class = &am33xx_rng_hwmod_class,
|
||||
.clkdm_name = "l4ls_clkdm",
|
||||
.flags = HWMOD_SWSUP_SIDLE,
|
||||
.main_clk = "rng_fck",
|
||||
.prcm = {
|
||||
.omap4 = {
|
||||
.modulemode = MODULEMODE_SWCTRL,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/* ocmcram */
|
||||
static struct omap_hwmod_class am33xx_ocmcram_hwmod_class = {
|
||||
.name = "ocmcram",
|
||||
|
@ -878,7 +851,6 @@ static void omap_hwmod_am33xx_clkctrl(void)
|
|||
CLKCTRL(am33xx_ocmcram_hwmod , AM33XX_CM_PER_OCMCRAM_CLKCTRL_OFFSET);
|
||||
CLKCTRL(am33xx_sha0_hwmod , AM33XX_CM_PER_SHA0_CLKCTRL_OFFSET);
|
||||
CLKCTRL(am33xx_aes0_hwmod , AM33XX_CM_PER_AES0_CLKCTRL_OFFSET);
|
||||
CLKCTRL(am33xx_rng_hwmod, AM33XX_CM_PER_RNG_CLKCTRL_OFFSET);
|
||||
}
|
||||
|
||||
static void omap_hwmod_am33xx_rst(void)
|
||||
|
@ -934,7 +906,6 @@ static void omap_hwmod_am43xx_clkctrl(void)
|
|||
CLKCTRL(am33xx_ocmcram_hwmod , AM43XX_CM_PER_OCMCRAM_CLKCTRL_OFFSET);
|
||||
CLKCTRL(am33xx_sha0_hwmod , AM43XX_CM_PER_SHA0_CLKCTRL_OFFSET);
|
||||
CLKCTRL(am33xx_aes0_hwmod , AM43XX_CM_PER_AES0_CLKCTRL_OFFSET);
|
||||
CLKCTRL(am33xx_rng_hwmod, AM43XX_CM_PER_RNG_CLKCTRL_OFFSET);
|
||||
}
|
||||
|
||||
static void omap_hwmod_am43xx_rst(void)
|
||||
|
|
|
@ -446,7 +446,6 @@ static struct omap_hwmod_ocp_if *am33xx_hwmod_ocp_ifs[] __initdata = {
|
|||
&am33xx_l3_s__usbss,
|
||||
&am33xx_l3_main__sha0,
|
||||
&am33xx_l3_main__aes0,
|
||||
&am33xx_l4_per__rng,
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
|
|
@ -786,7 +786,6 @@ static struct omap_hwmod_ocp_if *am43xx_hwmod_ocp_ifs[] __initdata = {
|
|||
&am43xx_l3_s__qspi,
|
||||
&am33xx_l4_per__dcan0,
|
||||
&am33xx_l4_per__dcan1,
|
||||
&am33xx_l4_per__rng,
|
||||
&am33xx_l4_ls__mcasp0,
|
||||
&am33xx_l4_ls__mcasp1,
|
||||
&am33xx_l4_ls__timer2,
|
||||
|
|
Loading…
Reference in New Issue