19 Jun, 2013
4 commits
-
Audio subsystem is introduced in s5pv210 and exynos platforms.
This has seperate clock controller which can control i2s0 and
pcm0 clocks. This patch registers the audio subsystem clocks
with the common clock framework on Exynos family.Signed-off-by: Padmavathi Venna
Reviewed-by: Sylwester Nawrocki
Reviewed-by: Doug Anderson
Acked-by: Mike Turquette
Signed-off-by: Kukjin Kim -
Replace /include/ (dtc) with #include (C pre-processor) for all
Samsung DT filesSigned-off-by: Padmavathi Venna
Reviewed-by: Sylwester Nawrocki
Reviewed-by: Doug Anderson
Signed-off-by: Kukjin Kim -
Commit 9ee51f01eee8 (tty: serial/samsung: make register definitions
global) removed the S3C2410_PA_UARTX defines that the newly merged
s3c2416 dt support still expected.So update mach-s3c2416-dt.c to use the S3C24XX_PA_UART constant until
we have support for the common clock framework the the s3c2416-dt.Signed-off-by: Heiko Stuebner
Signed-off-by: Kukjin Kim
18 Jun, 2013
12 commits
-
The LDO for LCD driver is currently not handled by any of the drivers.
This disables the LDO during booting time. To fix this, the LDO
is forced to enabled always.Signed-off-by: Tushar Behera
Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Added FIMD and display timing node to Origen4210 board.
Signed-off-by: Sachin Kamat
Signed-off-by: Tushar Behera
Signed-off-by: Kukjin Kim -
Adds pinctrl entries required by FIMD.
Signed-off-by: Sachin Kamat
Signed-off-by: Tushar Behera
Signed-off-by: Kukjin Kim -
PWM nodes are added to EXYNOS4210 pinctrl DT file.
Signed-off-by: Sachin Kamat
Signed-off-by: Tushar Behera
Signed-off-by: Kukjin Kim -
This patch adds examples to samsung-pinctrl.txt documentaion file
on how to make gpio binding and gpio requestSigned-off-by: Leela Krishna Amudala
Reviewed-by: Doug Anderson
Reviewed-by: Tomasz Figa
Acked-by: Linus Walleij
Signed-off-by: Kukjin Kim -
By default the exynos RTC is disabled. Enable it for snow. There's
also an external RTC on the max77686 PMIC but we haven't yet enabled
that.Signed-off-by: Doug Anderson
Signed-off-by: Kukjin Kim -
The issues reported in commit 522ccdb6fd0e ("ARM: dts: Disable the RTC
by default on exynos5") are no longer reproduced on EXYNOS5250 based
Arndale board. Hence re-enabling RTC support for Arndale board.This is helpful for testing S2R on Arndale board.
Signed-off-by: Tushar Behera
Signed-off-by: Kukjin Kim -
Since the pdma works only in secure mode, accessing the same
in hypervisor mode gives an abort. As we are not using pdma
anywhere, removing the same.Signed-off-by: Giridhar Maruthy
Signed-off-by: Kukjin Kim -
Since ssdk5440 and sd5v1 have 8GiB memory, this patch
updates bootargs for them.Signed-off-by: Subash Patel
Signed-off-by: Jungseok Lee
Signed-off-by: Kukjin Kim -
This patch updates cpu frequency level from 1500 to 800MHZ in steps
of 100MHZ. The corresponding voltage(in uV) is also added.Signed-off-by: Amit Daniel Kachhap
Signed-off-by: Kukjin Kim -
This patch adds the required regulator supplies and properties
for wm8994 codec on smdk5250 board.Signed-off-by: Padmavathi Venna
Signed-off-by: Kukjin Kim -
This patch enables the SPI in EXYNOS5440 SoC. The NOR
Flash can be accessed by enabling the spi interfaceSigned-off-by: Girish K S
Signed-off-by: Kukjin Kim
12 Jun, 2013
10 commits
-
EXYNOS5440 includes both OHCI and EHCI usb host controllers.
This patch adds device tree nodes for both of them. And the
EHCI and OHCI controllers on exynos5440 do not need any
explicit phy configuration. So need to assign a different
compatible value for these controllers.Signed-off-by: Thomas Abraham
Signed-off-by: Kukjin Kim -
Added clock entry definitions to G2D bindings document.
Signed-off-by: Sachin Kamat
Cc: devicetree-discuss@lists.ozlabs.org
Signed-off-by: Kukjin Kim -
Added clock entries to G2D node for exynos4x12 DT file.
Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Added clock entries to G2D node.
Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
G2D node got added twice in exynos4412-smdk4412.dts instead of
getting added to exynos4412-origen.dts. Remove the duplicate entry
and add it to exynos4412-origen.dts.Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Add G2D clocks for Exynos4x12 SoC and sclk_fimg2d required by G2D
IP.Signed-off-by: Sachin Kamat
Cc: Thomas Abraham
Acked-by: Mike Turquette
Signed-off-by: Kukjin Kim -
The exynos5-dp node needs a clock specified using the common clock
framework.Signed-off-by: Jingoo Han
Reviewed-by: Doug Anderson
Signed-off-by: Kukjin Kim -
Add pin state information for DP HPD support that requires
pin configuration support using pinctrl interface.Signed-off-by: Jingoo Han
Reviewed-by: Doug Anderson
Signed-off-by: Kukjin Kim -
This patch adds dts support for the sata controller
Signed-off-by: Girish K S
Signed-off-by: Kukjin Kim -
This patch is to add vmmc regulator node at MSHC and SDHCI for ODROID-X
board file.Signed-off-by: Dongjin Kim
Signed-off-by: Kukjin Kim
10 Jun, 2013
14 commits
-
ODROID-X board have a max77686 PMIC on i2c channel 0. The properties of used
LDO and BUCK are defined according the schematic.Signed-off-by: Dongjin Kim
Signed-off-by: Kukjin Kim -
RTC is a basic feature of EXYNOS5440. But it was disabled
by issue that comes from EXYNOS5250. (commit id: 522ccdb6)
That issue only applies to EXYNOS5250 not EXYNOS5440. So,
there is no issue with enabled RTC on EXYNOS5440. This
change was tested on EXYNOS5440.Signed-off-by: Youngmin Nam
Signed-off-by: Kukjin Kim -
Adds display timing node for a DP panel to Arndale Board DTS file
Signed-off-by: Vikas Sajjan
Signed-off-by: Kukjin Kim -
Adds clock provider information for DP controller required by CCF.
Signed-off-by: Vikas Sajjan
Signed-off-by: Arun Kumar K
Acked-by: Jingoo Han
Signed-off-by: Kukjin Kim -
Add DT node for DP controller to exynos5250 based Arndale Board
Signed-off-by: Vikas Sajjan
Reviewed-by: Jingoo Han
Signed-off-by: Kukjin Kim -
These nodes have separately been added to 4212 and 4412 dtsi
files by commit 30269ddff1 ("ARM: exynos: add missing properties
for combiner IRQs"). The existing node also contained a few
incorrect entries.Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Add max8997 regulator device node for exynos4210-origen board and list
all the supported regulators.Signed-off-by: Thomas Abraham
Tested-by: Tushar Behera
Signed-off-by: Kukjin Kim -
Enables TMU on Origen4210 board.
Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Adds TMU clock entries to exynos4210.dtsi file.
Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Added clock entry definitions to MFC bindings document.
Signed-off-by: Sachin Kamat
Reviewed-by: Sylwester Nawrocki
Signed-off-by: Kukjin Kim -
Added MFC related clock entries in exynos4.dtsi file.
Signed-off-by: Sachin Kamat
Reviewed-by: Sylwester Nawrocki
Signed-off-by: Kukjin Kim -
Added keypad node entries to SMDK4412 board DT file.
Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Added keypad node entries to Exynos4412 based Origen board DT file.
Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim -
Keypad pins/lines are board specific and should be added to respective
board dts files.Signed-off-by: Sachin Kamat
Signed-off-by: Kukjin Kim