ARM: SoC non-urgent fixes for v4.5
As usual, we queue up a few fixes that don't seem urgent enough to go in through -rc. - MAINTAINERS updates to add a list for brcmstb and fix a typo - A handful of fixes for OMAP 81xx, a recently resurrected platform so these can't be considered real regressions and thus got queued. - A couple of other small fixes for scoop, sa1100 and davinci -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJWnrNxAAoJEIwa5zzehBx3UwUQAJ0sX5ScDfOjUJFn8ridx4OY 8mcOuR+ij/f2srNUlvBFV4h/j+vOauZ2zlNAjhQtgAJH0PV1pQyTkyLRGoDSwIzI BDl79IhlMKte3iZ460q3fsVovgF2OwmDVfx0WXC72X6oOv3xt+FPlE4B543Q/v/r WmL+PvLitaUA44/aK7QwlXg+IVQn2jDP64Uqkal5oVuQCjpeu4tcL99AbCLi4FiZ XA5wcofKCo/wDeRK0uLWgcrHklVF4QIcvOPRIqvPvFc8V6OldAb22hTOozNa5gSp QG3S9IFO4OHrcEH6M7XqLaTQv8KXEwzAqFlrciJUBX7rm0cUlzRKwctr1MmLsnKi UpbHAqUHTLeJaNjKQGEX+vVKBa8PjLN4E05AuSa6TOgDbNgxRu0XUDbLR/9/bgbL towtcUGTLBYc8itWx+0jhy4ABU0/kZiUbVOdWi5ex76BHI8lnXSvV8dD02iLHmfU yLskruj/RMubvZxdj/kb7f/Tqn0eyi9TUGS2lqGE3Twj2MUwUaZaPskMEYMQgSZf U3NWTPCDWvXsBnaO3yENBWUBGA54fy7YfB0gZc7W9Lg+vbnw6j+I4/GX1Eb2toA+ EU9qn6nZ3kI6NAo/2snVsaGLFnAAnsslX6evnFea9mqPMEbrzd9Yg5rUMK7nfsvv 5DpvnsMKnlL80YykQ4yC =W+es -----END PGP SIGNATURE----- Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc Pull non-urgent ARM SoC fixes from Olof Johansson: "As usual, we queue up a few fixes that don't seem urgent enough to go in through -rc. - MAINTAINERS updates to add a list for brcmstb and fix a typo - A handful of fixes for OMAP 81xx, a recently resurrected platform so these can't be considered real regressions and thus got queued. - A couple of other small fixes for scoop, sa1100 and davinci" * tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: OMAP2+: Fix randconfig build warning for dm814_pllss_data ARM: sa1100/simpad: Be sure to clamp return value ARM: scoop: Be sure to clamp return value ARM: davinci: fix a problematic usage of WARN() ARM: davinci: only select WT cache if cache is enabled ARM: OMAP2+: Remove useless check for legacy booting for dm814x ARM: OMAP2+: Enable GPIO for dm814x ARM: dts: Fix dm814x pinctrl address and mask ARM: dts: Fix dm8148 control modules ranges ARM: OMAP2+: Fix timer entries for dm814x ARM: dts: Fix some mux and divider clocks to get dm814x-evm booting ARM: OMAP2+: Add DPPLS clock manager for dm814x clk: ti: Add few dm814x clock aliases ARM: dts: Fix dm814x entries for pllss and prcm MAINTAINERS: gpio-brcmstb: Remove stray '>' MAINTAINERS: brcmstb: Include Broadcom internal mailing-list
This commit is contained in:
Коммит
0c582826a1
|
@ -2377,6 +2377,7 @@ M: Brian Norris <computersforpeace@gmail.com>
|
||||||
M: Gregory Fong <gregory.0xf0@gmail.com>
|
M: Gregory Fong <gregory.0xf0@gmail.com>
|
||||||
M: Florian Fainelli <f.fainelli@gmail.com>
|
M: Florian Fainelli <f.fainelli@gmail.com>
|
||||||
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
|
||||||
|
L: bcm-kernel-feedback-list@broadcom.com
|
||||||
T: git git://github.com/broadcom/stblinux.git
|
T: git git://github.com/broadcom/stblinux.git
|
||||||
S: Maintained
|
S: Maintained
|
||||||
F: arch/arm/mach-bcm/*brcmstb*
|
F: arch/arm/mach-bcm/*brcmstb*
|
||||||
|
@ -2450,7 +2451,7 @@ N: bcm88312
|
||||||
|
|
||||||
BROADCOM BRCMSTB GPIO DRIVER
|
BROADCOM BRCMSTB GPIO DRIVER
|
||||||
M: Gregory Fong <gregory.0xf0@gmail.com>
|
M: Gregory Fong <gregory.0xf0@gmail.com>
|
||||||
L: bcm-kernel-feedback-list@broadcom.com>
|
L: bcm-kernel-feedback-list@broadcom.com
|
||||||
S: Supported
|
S: Supported
|
||||||
F: drivers/gpio/gpio-brcmstb.c
|
F: drivers/gpio/gpio-brcmstb.c
|
||||||
F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
|
F: Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
|
||||||
|
|
|
@ -4,18 +4,41 @@
|
||||||
* published by the Free Software Foundation.
|
* published by the Free Software Foundation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
&scm_clocks {
|
&pllss_clocks {
|
||||||
|
timer1_fck: timer1_fck {
|
||||||
tclkin_ck: tclkin_ck {
|
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "ti,mux-clock";
|
||||||
clock-frequency = <32768>;
|
clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
|
||||||
|
&aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
|
||||||
|
ti,bit-shift = <3>;
|
||||||
|
reg = <0x2e0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
timer2_fck: timer2_fck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "ti,mux-clock";
|
||||||
|
clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
|
||||||
|
&aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
|
||||||
|
ti,bit-shift = <6>;
|
||||||
|
reg = <0x2e0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
sysclk18_ck: sysclk18_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "ti,mux-clock";
|
||||||
|
clocks = <&rtcosc_ck>, <&rtcdivider_ck>;
|
||||||
|
ti,bit-shift = <0>;
|
||||||
|
reg = <0x02f0>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&scm_clocks {
|
||||||
devosc_ck: devosc_ck {
|
devosc_ck: devosc_ck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "ti,mux-clock";
|
||||||
clock-frequency = <20000000>;
|
clocks = <&virt_20000000_ck>, <&virt_19200000_ck>;
|
||||||
|
ti,bit-shift = <21>;
|
||||||
|
reg = <0x0040>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Optional auxosc, 20 - 30 MHz range, assume 27 MHz by default */
|
/* Optional auxosc, 20 - 30 MHz range, assume 27 MHz by default */
|
||||||
|
@ -25,6 +48,32 @@
|
||||||
clock-frequency = <27000000>;
|
clock-frequency = <27000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* Optional 32768Hz crystal or clock on RTCOSC pins */
|
||||||
|
rtcosc_ck: rtcosc_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
clock-frequency = <32768>;
|
||||||
|
};
|
||||||
|
|
||||||
|
/* Optional external clock on TCLKIN pin, set rate in baord dts file */
|
||||||
|
tclkin_ck: tclkin_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
clock-frequency = <0>;
|
||||||
|
};
|
||||||
|
|
||||||
|
virt_20000000_ck: virt_20000000_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
clock-frequency = <20000000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
virt_19200000_ck: virt_19200000_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "fixed-clock";
|
||||||
|
clock-frequency = <19200000>;
|
||||||
|
};
|
||||||
|
|
||||||
mpu_ck: mpu_ck {
|
mpu_ck: mpu_ck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
|
@ -49,12 +98,6 @@
|
||||||
clock-frequency = <48000000>;
|
clock-frequency = <48000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sysclk18_ck: sysclk18_ck {
|
|
||||||
#clock-cells = <0>;
|
|
||||||
compatible = "fixed-clock";
|
|
||||||
clock-frequency = <32768>;
|
|
||||||
};
|
|
||||||
|
|
||||||
cpsw_125mhz_gclk: cpsw_125mhz_gclk {
|
cpsw_125mhz_gclk: cpsw_125mhz_gclk {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
|
@ -69,7 +112,31 @@
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&pllss_clocks {
|
&prcm_clocks {
|
||||||
|
osc_src_ck: osc_src_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "fixed-factor-clock";
|
||||||
|
clocks = <&devosc_ck>;
|
||||||
|
clock-mult = <1>;
|
||||||
|
clock-div = <1>;
|
||||||
|
};
|
||||||
|
|
||||||
|
mpu_clksrc_ck: mpu_clksrc_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "ti,mux-clock";
|
||||||
|
clocks = <&devosc_ck>, <&rtcdivider_ck>;
|
||||||
|
ti,bit-shift = <0>;
|
||||||
|
reg = <0x0040>;
|
||||||
|
};
|
||||||
|
|
||||||
|
/* Fixed divider clock 0.0016384 * devosc */
|
||||||
|
rtcdivider_ck: rtcdivider_ck {
|
||||||
|
#clock-cells = <0>;
|
||||||
|
compatible = "fixed-factor-clock";
|
||||||
|
clocks = <&devosc_ck>;
|
||||||
|
clock-mult = <128>;
|
||||||
|
clock-div = <78125>;
|
||||||
|
};
|
||||||
|
|
||||||
aud_clkin0_ck: aud_clkin0_ck {
|
aud_clkin0_ck: aud_clkin0_ck {
|
||||||
#clock-cells = <0>;
|
#clock-cells = <0>;
|
||||||
|
@ -88,22 +155,4 @@
|
||||||
compatible = "fixed-clock";
|
compatible = "fixed-clock";
|
||||||
clock-frequency = <20000000>;
|
clock-frequency = <20000000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
timer1_mux_ck: timer1_mux_ck {
|
|
||||||
#clock-cells = <0>;
|
|
||||||
compatible = "ti,mux-clock";
|
|
||||||
clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
|
|
||||||
&aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
|
|
||||||
ti,bit-shift = <3>;
|
|
||||||
reg = <0x2e0>;
|
|
||||||
};
|
|
||||||
|
|
||||||
timer2_mux_ck: timer2_mux_ck {
|
|
||||||
#clock-cells = <0>;
|
|
||||||
compatible = "ti,mux-clock";
|
|
||||||
clocks = <&sysclk18_ck &aud_clkin0_ck &aud_clkin1_ck
|
|
||||||
&aud_clkin2_ck &devosc_ck &auxosc_ck &tclkin_ck>;
|
|
||||||
ti,bit-shift = <6>;
|
|
||||||
reg = <0x2e0>;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
|
@ -58,8 +58,10 @@
|
||||||
ti,hwmods = "l3_main";
|
ti,hwmods = "l3_main";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* See TRM "Table 1-317. L4LS Instance Summary", just deduct
|
* See TRM "Table 1-317. L4LS Instance Summary" for hints.
|
||||||
* 0x1000 from the 1-317 addresses to get the device address
|
* It shows the module target agent registers though, so the
|
||||||
|
* actual device is typically 0x1000 before the target agent
|
||||||
|
* except in cases where the module is larger than 0x1000.
|
||||||
*/
|
*/
|
||||||
l4ls: l4ls@48000000 {
|
l4ls: l4ls@48000000 {
|
||||||
compatible = "ti,dm814-l4ls", "simple-bus";
|
compatible = "ti,dm814-l4ls", "simple-bus";
|
||||||
|
@ -183,10 +185,10 @@
|
||||||
|
|
||||||
control: control@140000 {
|
control: control@140000 {
|
||||||
compatible = "ti,dm814-scm", "simple-bus";
|
compatible = "ti,dm814-scm", "simple-bus";
|
||||||
reg = <0x140000 0x16d000>;
|
reg = <0x140000 0x20000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
ranges = <0 0x160000 0x16d000>;
|
ranges = <0 0x140000 0x20000>;
|
||||||
|
|
||||||
scm_conf: scm_conf@0 {
|
scm_conf: scm_conf@0 {
|
||||||
compatible = "syscon";
|
compatible = "syscon";
|
||||||
|
@ -203,19 +205,30 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Note that silicon revision 2.1 and older
|
||||||
|
* require input enabled (bit 18 set) for all
|
||||||
|
* 3.3V I/Os to avoid cumulative hardware damage.
|
||||||
|
* For more info, see errata advisory 2.1.87.
|
||||||
|
* We leave bit 18 out of function-mask and rely
|
||||||
|
* on the bootloader for it.
|
||||||
|
*/
|
||||||
pincntl: pinmux@800 {
|
pincntl: pinmux@800 {
|
||||||
compatible = "pinctrl-single";
|
compatible = "pinctrl-single";
|
||||||
reg = <0x800 0xc38>;
|
reg = <0x800 0x438>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
pinctrl-single,register-width = <32>;
|
pinctrl-single,register-width = <32>;
|
||||||
pinctrl-single,function-mask = <0x300ff>;
|
pinctrl-single,function-mask = <0x307ff>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
prcm: prcm@180000 {
|
prcm: prcm@180000 {
|
||||||
compatible = "ti,dm814-prcm", "simple-bus";
|
compatible = "ti,dm814-prcm", "simple-bus";
|
||||||
reg = <0x180000 0x4000>;
|
reg = <0x180000 0x2000>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0 0x180000 0x2000>;
|
||||||
|
|
||||||
prcm_clocks: clocks {
|
prcm_clocks: clocks {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
@ -226,9 +239,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* See TRM PLL_SUBSYS_BASE and "PLLSS Registers" */
|
||||||
pllss: pllss@1c5000 {
|
pllss: pllss@1c5000 {
|
||||||
compatible = "ti,dm814-pllss", "simple-bus";
|
compatible = "ti,dm814-pllss", "simple-bus";
|
||||||
reg = <0x1c5000 0x2000>;
|
reg = <0x1c5000 0x1000>;
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <1>;
|
||||||
|
ranges = <0 0x1c5000 0x1000>;
|
||||||
|
|
||||||
pllss_clocks: clocks {
|
pllss_clocks: clocks {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
|
@ -84,7 +84,7 @@ static int scoop_gpio_get(struct gpio_chip *chip, unsigned offset)
|
||||||
struct scoop_dev *sdev = container_of(chip, struct scoop_dev, gpio);
|
struct scoop_dev *sdev = container_of(chip, struct scoop_dev, gpio);
|
||||||
|
|
||||||
/* XXX: I'm unsure, but it seems so */
|
/* XXX: I'm unsure, but it seems so */
|
||||||
return ioread16(sdev->base + SCOOP_GPRR) & (1 << (offset + 1));
|
return !!(ioread16(sdev->base + SCOOP_GPRR) & (1 << (offset + 1)));
|
||||||
}
|
}
|
||||||
|
|
||||||
static int scoop_gpio_direction_input(struct gpio_chip *chip,
|
static int scoop_gpio_direction_input(struct gpio_chip *chip,
|
||||||
|
|
|
@ -34,7 +34,8 @@ config ARCH_DAVINCI_DA830
|
||||||
bool "DA830/OMAP-L137/AM17x based system"
|
bool "DA830/OMAP-L137/AM17x based system"
|
||||||
depends on !ARCH_DAVINCI_DMx || AUTO_ZRELADDR
|
depends on !ARCH_DAVINCI_DMx || AUTO_ZRELADDR
|
||||||
select ARCH_DAVINCI_DA8XX
|
select ARCH_DAVINCI_DA8XX
|
||||||
select CPU_DCACHE_WRITETHROUGH # needed on silicon revs 1.0, 1.1
|
# needed on silicon revs 1.0, 1.1:
|
||||||
|
select CPU_DCACHE_WRITETHROUGH if !CPU_DCACHE_DISABLE
|
||||||
select CP_INTC
|
select CP_INTC
|
||||||
|
|
||||||
config ARCH_DAVINCI_DA850
|
config ARCH_DAVINCI_DA850
|
||||||
|
|
|
@ -384,9 +384,7 @@ static __init void dm355_evm_init(void)
|
||||||
dm355evm_dm9000_rsrc[2].start = gpio_to_irq(1);
|
dm355evm_dm9000_rsrc[2].start = gpio_to_irq(1);
|
||||||
|
|
||||||
aemif = clk_get(&dm355evm_dm9000.dev, "aemif");
|
aemif = clk_get(&dm355evm_dm9000.dev, "aemif");
|
||||||
if (IS_ERR(aemif))
|
if (!WARN(IS_ERR(aemif), "unable to get AEMIF clock\n"))
|
||||||
WARN("%s: unable to get AEMIF clock\n", __func__);
|
|
||||||
else
|
|
||||||
clk_prepare_enable(aemif);
|
clk_prepare_enable(aemif);
|
||||||
|
|
||||||
platform_add_devices(davinci_evm_devices,
|
platform_add_devices(davinci_evm_devices,
|
||||||
|
|
|
@ -242,9 +242,7 @@ static __init void dm355_leopard_init(void)
|
||||||
dm355leopard_dm9000_rsrc[2].start = gpio_to_irq(9);
|
dm355leopard_dm9000_rsrc[2].start = gpio_to_irq(9);
|
||||||
|
|
||||||
aemif = clk_get(&dm355leopard_dm9000.dev, "aemif");
|
aemif = clk_get(&dm355leopard_dm9000.dev, "aemif");
|
||||||
if (IS_ERR(aemif))
|
if (!WARN(IS_ERR(aemif), "unable to get AEMIF clock\n"))
|
||||||
WARN("%s: unable to get AEMIF clock\n", __func__);
|
|
||||||
else
|
|
||||||
clk_prepare_enable(aemif);
|
clk_prepare_enable(aemif);
|
||||||
|
|
||||||
platform_add_devices(davinci_leopard_devices,
|
platform_add_devices(davinci_leopard_devices,
|
||||||
|
|
|
@ -612,8 +612,7 @@ void __init ti814x_init_early(void)
|
||||||
ti814x_clockdomains_init();
|
ti814x_clockdomains_init();
|
||||||
dm814x_hwmod_init();
|
dm814x_hwmod_init();
|
||||||
omap_hwmod_init_postsetup();
|
omap_hwmod_init_postsetup();
|
||||||
if (of_have_populated_dt())
|
omap_clk_soc_init = dm814x_dt_clk_init;
|
||||||
omap_clk_soc_init = dm814x_dt_clk_init;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void __init ti816x_init_early(void)
|
void __init ti816x_init_early(void)
|
||||||
|
|
|
@ -599,7 +599,7 @@ static struct omap_timer_capability_dev_attr capability_alwon_dev_attr = {
|
||||||
static struct omap_hwmod dm814x_timer1_hwmod = {
|
static struct omap_hwmod dm814x_timer1_hwmod = {
|
||||||
.name = "timer1",
|
.name = "timer1",
|
||||||
.clkdm_name = "alwon_l3s_clkdm",
|
.clkdm_name = "alwon_l3s_clkdm",
|
||||||
.main_clk = "timer_sys_ck",
|
.main_clk = "timer1_fck",
|
||||||
.dev_attr = &capability_alwon_dev_attr,
|
.dev_attr = &capability_alwon_dev_attr,
|
||||||
.class = &dm816x_timer_hwmod_class,
|
.class = &dm816x_timer_hwmod_class,
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
|
@ -608,7 +608,7 @@ static struct omap_hwmod dm814x_timer1_hwmod = {
|
||||||
static struct omap_hwmod_ocp_if dm814x_l4_ls__timer1 = {
|
static struct omap_hwmod_ocp_if dm814x_l4_ls__timer1 = {
|
||||||
.master = &dm81xx_l4_ls_hwmod,
|
.master = &dm81xx_l4_ls_hwmod,
|
||||||
.slave = &dm814x_timer1_hwmod,
|
.slave = &dm814x_timer1_hwmod,
|
||||||
.clk = "timer_sys_ck",
|
.clk = "timer1_fck",
|
||||||
.user = OCP_USER_MPU,
|
.user = OCP_USER_MPU,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -636,7 +636,7 @@ static struct omap_hwmod_ocp_if dm816x_l4_ls__timer1 = {
|
||||||
static struct omap_hwmod dm814x_timer2_hwmod = {
|
static struct omap_hwmod dm814x_timer2_hwmod = {
|
||||||
.name = "timer2",
|
.name = "timer2",
|
||||||
.clkdm_name = "alwon_l3s_clkdm",
|
.clkdm_name = "alwon_l3s_clkdm",
|
||||||
.main_clk = "timer_sys_ck",
|
.main_clk = "timer2_fck",
|
||||||
.dev_attr = &capability_alwon_dev_attr,
|
.dev_attr = &capability_alwon_dev_attr,
|
||||||
.class = &dm816x_timer_hwmod_class,
|
.class = &dm816x_timer_hwmod_class,
|
||||||
.flags = HWMOD_NO_IDLEST,
|
.flags = HWMOD_NO_IDLEST,
|
||||||
|
@ -645,7 +645,7 @@ static struct omap_hwmod dm814x_timer2_hwmod = {
|
||||||
static struct omap_hwmod_ocp_if dm814x_l4_ls__timer2 = {
|
static struct omap_hwmod_ocp_if dm814x_l4_ls__timer2 = {
|
||||||
.master = &dm81xx_l4_ls_hwmod,
|
.master = &dm81xx_l4_ls_hwmod,
|
||||||
.slave = &dm814x_timer2_hwmod,
|
.slave = &dm814x_timer2_hwmod,
|
||||||
.clk = "timer_sys_ck",
|
.clk = "timer2_fck",
|
||||||
.user = OCP_USER_MPU,
|
.user = OCP_USER_MPU,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1230,8 +1230,6 @@ static struct omap_hwmod_ocp_if dm81xx_tptc3__alwon_l3_fast = {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* REVISIT: Test and enable the following once clocks work:
|
* REVISIT: Test and enable the following once clocks work:
|
||||||
* dm81xx_l4_ls__gpio1
|
|
||||||
* dm81xx_l4_ls__gpio2
|
|
||||||
* dm81xx_l4_ls__mailbox
|
* dm81xx_l4_ls__mailbox
|
||||||
* dm81xx_alwon_l3_slow__gpmc
|
* dm81xx_alwon_l3_slow__gpmc
|
||||||
* dm81xx_default_l3_slow__usbss
|
* dm81xx_default_l3_slow__usbss
|
||||||
|
@ -1250,6 +1248,8 @@ static struct omap_hwmod_ocp_if *dm814x_hwmod_ocp_ifs[] __initdata = {
|
||||||
&dm81xx_l4_ls__wd_timer1,
|
&dm81xx_l4_ls__wd_timer1,
|
||||||
&dm81xx_l4_ls__i2c1,
|
&dm81xx_l4_ls__i2c1,
|
||||||
&dm81xx_l4_ls__i2c2,
|
&dm81xx_l4_ls__i2c2,
|
||||||
|
&dm81xx_l4_ls__gpio1,
|
||||||
|
&dm81xx_l4_ls__gpio2,
|
||||||
&dm81xx_l4_ls__elm,
|
&dm81xx_l4_ls__elm,
|
||||||
&dm81xx_l4_ls__mcspi1,
|
&dm81xx_l4_ls__mcspi1,
|
||||||
&dm81xx_alwon_l3_fast__tpcc,
|
&dm81xx_alwon_l3_fast__tpcc,
|
||||||
|
|
|
@ -664,6 +664,13 @@ static struct omap_prcm_init_data am3_prm_data __initdata = {
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_SOC_TI81XX
|
||||||
|
static struct omap_prcm_init_data dm814_pllss_data __initdata = {
|
||||||
|
.index = TI_CLKM_PLLSS,
|
||||||
|
.init = am33xx_prm_init,
|
||||||
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_ARCH_OMAP4
|
#ifdef CONFIG_ARCH_OMAP4
|
||||||
static struct omap_prcm_init_data omap4_prm_data __initdata = {
|
static struct omap_prcm_init_data omap4_prm_data __initdata = {
|
||||||
.index = TI_CLKM_PRM,
|
.index = TI_CLKM_PRM,
|
||||||
|
@ -715,6 +722,7 @@ static const struct of_device_id const omap_prcm_dt_match_table[] __initconst =
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_SOC_TI81XX
|
#ifdef CONFIG_SOC_TI81XX
|
||||||
{ .compatible = "ti,dm814-prcm", .data = &am3_prm_data },
|
{ .compatible = "ti,dm814-prcm", .data = &am3_prm_data },
|
||||||
|
{ .compatible = "ti,dm814-pllss", .data = &dm814_pllss_data },
|
||||||
{ .compatible = "ti,dm816-prcm", .data = &am3_prm_data },
|
{ .compatible = "ti,dm816-prcm", .data = &am3_prm_data },
|
||||||
#endif
|
#endif
|
||||||
#ifdef CONFIG_ARCH_OMAP2
|
#ifdef CONFIG_ARCH_OMAP2
|
||||||
|
|
|
@ -98,8 +98,8 @@ static void cs3_gpio_set(struct gpio_chip *chip, unsigned offset, int value)
|
||||||
static int cs3_gpio_get(struct gpio_chip *chip, unsigned offset)
|
static int cs3_gpio_get(struct gpio_chip *chip, unsigned offset)
|
||||||
{
|
{
|
||||||
if (offset > 15)
|
if (offset > 15)
|
||||||
return simpad_get_cs3_ro() & (1 << (offset - 16));
|
return !!(simpad_get_cs3_ro() & (1 << (offset - 16)));
|
||||||
return simpad_get_cs3_shadow() & (1 << offset);
|
return !!(simpad_get_cs3_shadow() & (1 << offset));
|
||||||
};
|
};
|
||||||
|
|
||||||
static int cs3_gpio_direction_input(struct gpio_chip *chip, unsigned offset)
|
static int cs3_gpio_direction_input(struct gpio_chip *chip, unsigned offset)
|
||||||
|
|
|
@ -14,10 +14,14 @@ static struct ti_dt_clk dm814_clks[] = {
|
||||||
DT_CLK(NULL, "devosc_ck", "devosc_ck"),
|
DT_CLK(NULL, "devosc_ck", "devosc_ck"),
|
||||||
DT_CLK(NULL, "mpu_ck", "mpu_ck"),
|
DT_CLK(NULL, "mpu_ck", "mpu_ck"),
|
||||||
DT_CLK(NULL, "sysclk4_ck", "sysclk4_ck"),
|
DT_CLK(NULL, "sysclk4_ck", "sysclk4_ck"),
|
||||||
|
DT_CLK(NULL, "sysclk5_ck", "sysclk5_ck"),
|
||||||
DT_CLK(NULL, "sysclk6_ck", "sysclk6_ck"),
|
DT_CLK(NULL, "sysclk6_ck", "sysclk6_ck"),
|
||||||
|
DT_CLK(NULL, "sysclk8_ck", "sysclk8_ck"),
|
||||||
DT_CLK(NULL, "sysclk10_ck", "sysclk10_ck"),
|
DT_CLK(NULL, "sysclk10_ck", "sysclk10_ck"),
|
||||||
DT_CLK(NULL, "sysclk18_ck", "sysclk18_ck"),
|
DT_CLK(NULL, "sysclk18_ck", "sysclk18_ck"),
|
||||||
DT_CLK(NULL, "timer_sys_ck", "devosc_ck"),
|
DT_CLK(NULL, "timer_sys_ck", "devosc_ck"),
|
||||||
|
DT_CLK(NULL, "timer1_fck", "timer1_fck"),
|
||||||
|
DT_CLK(NULL, "timer2_fck", "timer2_fck"),
|
||||||
DT_CLK(NULL, "cpsw_125mhz_gclk", "cpsw_125mhz_gclk"),
|
DT_CLK(NULL, "cpsw_125mhz_gclk", "cpsw_125mhz_gclk"),
|
||||||
DT_CLK(NULL, "cpsw_cpts_rft_clk", "cpsw_cpts_rft_clk"),
|
DT_CLK(NULL, "cpsw_cpts_rft_clk", "cpsw_cpts_rft_clk"),
|
||||||
{ .node_name = NULL },
|
{ .node_name = NULL },
|
||||||
|
|
|
@ -195,6 +195,7 @@ enum {
|
||||||
TI_CLKM_PRM,
|
TI_CLKM_PRM,
|
||||||
TI_CLKM_SCRM,
|
TI_CLKM_SCRM,
|
||||||
TI_CLKM_CTRL,
|
TI_CLKM_CTRL,
|
||||||
|
TI_CLKM_PLLSS,
|
||||||
CLK_MAX_MEMMAPS
|
CLK_MAX_MEMMAPS
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче