diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-13 23:42:03 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:36:49 -0600 |
commit | 0043b1faa7f8a6b9a38ac949335cf3a5c3074459 (patch) | |
tree | d34420b4e28e1826ae342f272e09ef39a85acc7f /arch | |
parent | 6126c8e88609286c04600da9dce7a7537f568845 (diff) | |
download | u-boot-imx-0043b1faa7f8a6b9a38ac949335cf3a5c3074459.zip u-boot-imx-0043b1faa7f8a6b9a38ac949335cf3a5c3074459.tar.gz u-boot-imx-0043b1faa7f8a6b9a38ac949335cf3a5c3074459.tar.bz2 |
exynos: universal_c210: Move to driver model soft_spi
Adjust this board to use the driver model soft_spi implementation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/exynos4210-universal_c210.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/dts/exynos4210-universal_c210.dts b/arch/arm/dts/exynos4210-universal_c210.dts index cf3354f..9139810 100644 --- a/arch/arm/dts/exynos4210-universal_c210.dts +++ b/arch/arm/dts/exynos4210-universal_c210.dts @@ -41,6 +41,19 @@ status = "disabled"; }; + soft-spi { + compatible = "u-boot,soft-spi"; + cs-gpio = <&gpio 235 0>; /* Y43 */ + sclk-gpio = <&gpio 225 0>; /* Y31 */ + mosi-gpio = <&gpio 227 0>; /* Y33 */ + miso-gpio = <&gpio 224 0>; /* Y30 */ + spi-delay-us = <1>; + #address-cells = <1>; + #size-cells = <0>; + cs@0 { + }; + }; + fimd@11c00000 { compatible = "samsung,exynos-fimd"; reg = <0x11c00000 0xa4>; |