aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/spi/spi-samsung.txt
diff options
context:
space:
mode:
authorThomas Abraham <thomas.abraham@linaro.org>2013-04-15 20:42:57 -0700
committerGrant Likely <grant.likely@linaro.org>2013-04-16 11:52:34 +0100
commit00ab5392cbc3f87ddfeada311e22f55dfb0bc5c6 (patch)
tree0967884baa8c4cdd3da5c5d8a5dbdf9a0eb55e8c /Documentation/devicetree/bindings/spi/spi-samsung.txt
parentMAINTAINERS: Update Grant's email address and maintainership (diff)
downloadlinux-dev-00ab5392cbc3f87ddfeada311e22f55dfb0bc5c6.tar.xz
linux-dev-00ab5392cbc3f87ddfeada311e22f55dfb0bc5c6.zip
spi/s3c64xx: let device core setup the default pin configuration
With device core now able to setup the default pin configuration, the pin configuration code based on the deprecated Samsung specific gpio bindings is removed. Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Doug Anderson <dianders@chromium.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Doug Anderson <dianders@chromium.org> Tested-by: Doug Anderson <dianders@chromium.org> Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi/spi-samsung.txt')
-rw-r--r--Documentation/devicetree/bindings/spi/spi-samsung.txt8
1 files changed, 2 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-samsung.txt b/Documentation/devicetree/bindings/spi/spi-samsung.txt
index a15ffeddfba4..86aa061f069f 100644
--- a/Documentation/devicetree/bindings/spi/spi-samsung.txt
+++ b/Documentation/devicetree/bindings/spi/spi-samsung.txt
@@ -31,9 +31,6 @@ Required Board Specific Properties:
- #address-cells: should be 1.
- #size-cells: should be 0.
-- gpios: The gpio specifier for clock, mosi and miso interface lines (in the
- order specified). The format of the gpio specifier depends on the gpio
- controller.
Optional Board Specific Properties:
@@ -86,9 +83,8 @@ Example:
spi_0: spi@12d20000 {
#address-cells = <1>;
#size-cells = <0>;
- gpios = <&gpa2 4 2 3 0>,
- <&gpa2 6 2 3 0>,
- <&gpa2 7 2 3 0>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&spi0_bus>;
w25q80bw@0 {
#address-cells = <1>;