ARM: OMAP2+: Drop legacy platform data for omap4 gpmc
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. Cc: Roger Quadros <rogerq@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
Родитель
dfdaf8643e
Коммит
fb0bf6aa8d
|
@ -145,24 +145,41 @@
|
||||||
reg = <0x40304000 0xa000>; /* 40k */
|
reg = <0x40304000 0xa000>; /* 40k */
|
||||||
};
|
};
|
||||||
|
|
||||||
gpmc: gpmc@50000000 {
|
target-module@50000000 {
|
||||||
compatible = "ti,omap4430-gpmc";
|
compatible = "ti,sysc-omap2", "ti,sysc";
|
||||||
reg = <0x50000000 0x1000>;
|
reg = <0x50000000 4>,
|
||||||
#address-cells = <2>;
|
<0x50000010 4>,
|
||||||
#size-cells = <1>;
|
<0x50000014 4>;
|
||||||
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
|
reg-names = "rev", "sysc", "syss";
|
||||||
dmas = <&sdma 4>;
|
ti,sysc-sidle = <SYSC_IDLE_FORCE>,
|
||||||
dma-names = "rxtx";
|
<SYSC_IDLE_NO>,
|
||||||
gpmc,num-cs = <8>;
|
<SYSC_IDLE_SMART>;
|
||||||
gpmc,num-waitpins = <4>;
|
ti,syss-mask = <1>;
|
||||||
ti,hwmods = "gpmc";
|
|
||||||
ti,no-idle-on-init;
|
ti,no-idle-on-init;
|
||||||
clocks = <&l3_div_ck>;
|
clocks = <&l3_2_clkctrl OMAP4_GPMC_CLKCTRL 0>;
|
||||||
clock-names = "fck";
|
clock-names = "fck";
|
||||||
interrupt-controller;
|
#address-cells = <1>;
|
||||||
#interrupt-cells = <2>;
|
#size-cells = <1>;
|
||||||
gpio-controller;
|
ranges = <0x50000000 0x50000000 0x00001000>, /* regs */
|
||||||
#gpio-cells = <2>;
|
<0x00000000 0x00000000 0x40000000>; /* data */
|
||||||
|
|
||||||
|
gpmc: gpmc@50000000 {
|
||||||
|
compatible = "ti,omap4430-gpmc";
|
||||||
|
reg = <0x50000000 0x1000>;
|
||||||
|
#address-cells = <2>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
dmas = <&sdma 4>;
|
||||||
|
dma-names = "rxtx";
|
||||||
|
gpmc,num-cs = <8>;
|
||||||
|
gpmc,num-waitpins = <4>;
|
||||||
|
clocks = <&l3_div_ck>;
|
||||||
|
clock-names = "fck";
|
||||||
|
interrupt-controller;
|
||||||
|
#interrupt-cells = <2>;
|
||||||
|
gpio-controller;
|
||||||
|
#gpio-cells = <2>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
target-module@52000000 {
|
target-module@52000000 {
|
||||||
|
|
|
@ -353,42 +353,6 @@ static struct omap_hwmod omap44xx_emif2_hwmod = {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
|
||||||
* 'gpmc' class
|
|
||||||
* general purpose memory controller
|
|
||||||
*/
|
|
||||||
|
|
||||||
static struct omap_hwmod_class_sysconfig omap44xx_gpmc_sysc = {
|
|
||||||
.rev_offs = 0x0000,
|
|
||||||
.sysc_offs = 0x0010,
|
|
||||||
.syss_offs = 0x0014,
|
|
||||||
.sysc_flags = (SYSC_HAS_AUTOIDLE | SYSC_HAS_SIDLEMODE |
|
|
||||||
SYSC_HAS_SOFTRESET | SYSS_HAS_RESET_STATUS),
|
|
||||||
.idlemodes = (SIDLE_FORCE | SIDLE_NO | SIDLE_SMART),
|
|
||||||
.sysc_fields = &omap_hwmod_sysc_type1,
|
|
||||||
};
|
|
||||||
|
|
||||||
static struct omap_hwmod_class omap44xx_gpmc_hwmod_class = {
|
|
||||||
.name = "gpmc",
|
|
||||||
.sysc = &omap44xx_gpmc_sysc,
|
|
||||||
};
|
|
||||||
|
|
||||||
/* gpmc */
|
|
||||||
static struct omap_hwmod omap44xx_gpmc_hwmod = {
|
|
||||||
.name = "gpmc",
|
|
||||||
.class = &omap44xx_gpmc_hwmod_class,
|
|
||||||
.clkdm_name = "l3_2_clkdm",
|
|
||||||
/* Skip reset for CONFIG_OMAP_GPMC_DEBUG for bootloader timings */
|
|
||||||
.flags = DEBUG_OMAP_GPMC_HWMOD_FLAGS,
|
|
||||||
.prcm = {
|
|
||||||
.omap4 = {
|
|
||||||
.clkctrl_offs = OMAP4_CM_L3_2_GPMC_CLKCTRL_OFFSET,
|
|
||||||
.context_offs = OMAP4_RM_L3_2_GPMC_CONTEXT_OFFSET,
|
|
||||||
.modulemode = MODULEMODE_HWCTRL,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* 'iss' class
|
* 'iss' class
|
||||||
* external images sensor pixel data processor
|
* external images sensor pixel data processor
|
||||||
|
@ -787,14 +751,6 @@ static struct omap_hwmod_ocp_if omap44xx_l3_instr__debugss = {
|
||||||
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* l3_main_2 -> gpmc */
|
|
||||||
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__gpmc = {
|
|
||||||
.master = &omap44xx_l3_main_2_hwmod,
|
|
||||||
.slave = &omap44xx_gpmc_hwmod,
|
|
||||||
.clk = "l3_div_ck",
|
|
||||||
.user = OCP_USER_MPU | OCP_USER_SDMA,
|
|
||||||
};
|
|
||||||
|
|
||||||
/* l3_main_2 -> iss */
|
/* l3_main_2 -> iss */
|
||||||
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__iss = {
|
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__iss = {
|
||||||
.master = &omap44xx_l3_main_2_hwmod,
|
.master = &omap44xx_l3_main_2_hwmod,
|
||||||
|
@ -900,7 +856,6 @@ static struct omap_hwmod_ocp_if *omap44xx_hwmod_ocp_ifs[] __initdata = {
|
||||||
&omap44xx_l4_wkup__ctrl_module_wkup,
|
&omap44xx_l4_wkup__ctrl_module_wkup,
|
||||||
&omap44xx_l4_wkup__ctrl_module_pad_wkup,
|
&omap44xx_l4_wkup__ctrl_module_pad_wkup,
|
||||||
&omap44xx_l3_instr__debugss,
|
&omap44xx_l3_instr__debugss,
|
||||||
&omap44xx_l3_main_2__gpmc,
|
|
||||||
&omap44xx_l3_main_2__iss,
|
&omap44xx_l3_main_2__iss,
|
||||||
&omap44xx_l3_main_2__ocmc_ram,
|
&omap44xx_l3_main_2__ocmc_ram,
|
||||||
&omap44xx_mpu_private__prcm_mpu,
|
&omap44xx_mpu_private__prcm_mpu,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче