diff options
author | Olof Johansson <olof@lixom.net> | 2016-12-07 15:34:30 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2016-12-07 15:34:30 -0500 |
commit | dd1551b65023dbe98d1bc77e36000e7aa795e8c7 (patch) | |
tree | 0647339533ddcddc231e8f9cc104494343d34e03 | |
parent | 3c10608aafa3014466deee7e9a6b8b977de1a304 (diff) | |
parent | e4ce904d6289f2a72affd2a0f0a44da6e5d0cce4 (diff) |
Merge tag 'davinci-for-v4.10/dt-4' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci into next/dt
- Add device tree nodes for pin pull-up/pull-down
bias control on DA850.
- Enable high speed support on DA850 MMC/SD
* tag 'davinci-for-v4.10/dt-4' of git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci:
ARM: dts: da850: enable high speed for mmc
ARM: dts: da850: Add node for pullup/pulldown pinconf
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/da850.dtsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 4070619d823b..104155d12c2f 100644 --- a/arch/arm/boot/dts/da850.dtsi +++ b/arch/arm/boot/dts/da850.dtsi | |||
@@ -317,6 +317,8 @@ | |||
317 | mmc0: mmc@40000 { | 317 | mmc0: mmc@40000 { |
318 | compatible = "ti,da830-mmc"; | 318 | compatible = "ti,da830-mmc"; |
319 | reg = <0x40000 0x1000>; | 319 | reg = <0x40000 0x1000>; |
320 | cap-sd-highspeed; | ||
321 | cap-mmc-highspeed; | ||
320 | interrupts = <16>; | 322 | interrupts = <16>; |
321 | dmas = <&edma0 16 0>, <&edma0 17 0>; | 323 | dmas = <&edma0 16 0>, <&edma0 17 0>; |
322 | dma-names = "rx", "tx"; | 324 | dma-names = "rx", "tx"; |
@@ -325,6 +327,8 @@ | |||
325 | mmc1: mmc@21b000 { | 327 | mmc1: mmc@21b000 { |
326 | compatible = "ti,da830-mmc"; | 328 | compatible = "ti,da830-mmc"; |
327 | reg = <0x21b000 0x1000>; | 329 | reg = <0x21b000 0x1000>; |
330 | cap-sd-highspeed; | ||
331 | cap-mmc-highspeed; | ||
328 | interrupts = <72>; | 332 | interrupts = <72>; |
329 | dmas = <&edma1 28 0>, <&edma1 29 0>; | 333 | dmas = <&edma1 28 0>, <&edma1 29 0>; |
330 | dma-names = "rx", "tx"; | 334 | dma-names = "rx", "tx"; |
@@ -435,6 +439,11 @@ | |||
435 | ti,davinci-gpio-unbanked = <0>; | 439 | ti,davinci-gpio-unbanked = <0>; |
436 | status = "disabled"; | 440 | status = "disabled"; |
437 | }; | 441 | }; |
442 | pinconf: pin-controller@22c00c { | ||
443 | compatible = "ti,da850-pupd"; | ||
444 | reg = <0x22c00c 0x8>; | ||
445 | status = "disabled"; | ||
446 | }; | ||
438 | 447 | ||
439 | mcasp0: mcasp@100000 { | 448 | mcasp0: mcasp@100000 { |
440 | compatible = "ti,da830-mcasp-audio"; | 449 | compatible = "ti,da830-mcasp-audio"; |