diff options
author | Stephen Warren <swarren@nvidia.com> | 2014-03-19 12:36:35 -0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-03-20 17:45:08 -0400 |
commit | 95552f5afca21dddc2023000d6575a2013b85bb1 (patch) | |
tree | f342d5d79a734b03e113b00d5505593e95f90a4a | |
parent | 414c8385c5668ce868695079186b6306d10fa5f9 (diff) |
ARM: tegra: fix Dalmore pinctrl configuration
Remove some entries from Dalmore's device tree that attempt to set some
options which aren't supported for the drive_gma pin group.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r-- | arch/arm/boot/dts/tegra114-dalmore.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/tegra114-dalmore.dts b/arch/arm/boot/dts/tegra114-dalmore.dts index 8de543777882..5eb11a3bba55 100644 --- a/arch/arm/boot/dts/tegra114-dalmore.dts +++ b/arch/arm/boot/dts/tegra114-dalmore.dts | |||
@@ -740,12 +740,10 @@ | |||
740 | nvidia,pins = "drive_gma"; | 740 | nvidia,pins = "drive_gma"; |
741 | nvidia,high-speed-mode = <TEGRA_PIN_ENABLE>; | 741 | nvidia,high-speed-mode = <TEGRA_PIN_ENABLE>; |
742 | nvidia,schmitt = <TEGRA_PIN_DISABLE>; | 742 | nvidia,schmitt = <TEGRA_PIN_DISABLE>; |
743 | nvidia,low-power-mode = <TEGRA_PIN_LP_DRIVE_DIV_1>; | ||
744 | nvidia,pull-down-strength = <2>; | 743 | nvidia,pull-down-strength = <2>; |
745 | nvidia,pull-up-strength = <1>; | 744 | nvidia,pull-up-strength = <1>; |
746 | nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; | 745 | nvidia,slew-rate-rising = <TEGRA_PIN_SLEW_RATE_FASTEST>; |
747 | nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>; | 746 | nvidia,slew-rate-falling = <TEGRA_PIN_SLEW_RATE_FASTEST>; |
748 | nvidia,drive-type = <1>; | ||
749 | }; | 747 | }; |
750 | }; | 748 | }; |
751 | }; | 749 | }; |