[PATCH] ARM: dts: exynos: fix property values of LDO15/17 for ODROID-XU3/4

2017-10-28 Thread tobetter
From: Dongjin Kim Looking at the schematic, LDO15 and LDO17 are tied as a power source of a builtin network chipset. The voltage on LDO15 is corrected to 3.3V and the name of LDO17 is corrected to "vdd_ldo17". Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi |

[PATCH] USB: misc: Add USB3503 High-Speed Hub Controller

2012-12-07 Thread tobetter
From: Dongjin Kim This patch adds new driver of SMSC USB3503 USB 2.0 hub controller with HSIC upstream connectivity and three USB 2.0 downstream ports. The specification can be found from 'http://www.smsc.com/index.php?tid=295&pid=325'. The current version have been tested very basic features sw

[PATCH] ARM: EXYNOS: Add audio I2S clock control

2012-08-13 Thread tobetter
From: Dongjin Kim This patch adds the clock controls for the audio subsystem channel 0, and fixes invalid clock gating for i2s.0. Signed-off-by: Dongjin Kim --- arch/arm/mach-exynos/clock-exynos4.c | 254 +++- arch/arm/mach-exynos/common.c |5

[PATCH v3] arm/dts: exynos4: Add DTS file for ODROID-X

2012-08-07 Thread tobetter
From: Dongjin Kim This patch create a DTS file for ODROID-X, it desribes PMIC max77686 and LED gpios base. Changes in V2 & V3: -. Banner changed Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos4412-odroidx.dts | 148 ++ 1 file changed, 148 insertions(+)

[PATCH v2] arm/dts: exynos4: Add DTS file for ODROID-X

2012-08-07 Thread tobetter
From: Dongjin Kim This patch create a DTS file for ODROID-X, it desribes PMIC max77686 and LED gpios base. Changes in V2: -. Banner changed Signed-off-by: Dongjin Kim --- arch/arm/boot/dts/exynos4412-odroidx.dts | 148 ++ 1 file changed, 148 insertions(+) cre

[PATCH v2] arm/dts: exynos4: Add DTS files derived from common Exynos4

2012-08-07 Thread tobetter
From: Dongjin Kim This patch creates a DTS file, exynos4.dtsi, for Exynos4210/4x12 and it describes common device nodes. SoC specific device nodes are described in another DTS file derived from this, exynos4210.dtsi and exynos4412.dtsi. exynos4412.dtsi is added new for Exynos4412 as well as exyn