Browse Source

ARM: tegra: add palmas pincontrol to Dalmore device tree

Add Palmas pincontrol to Dalmore device tree and make following
configuration as default:
- Disable DVFS1 and DVFS2.
- Set GPIO6 to gpio mode.

Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Laxman Dewangan 12 years ago
parent
commit
6be3cf7228
1 changed files with 13 additions and 0 deletions
  1. 13 0
      arch/arm/boot/dts/tegra114-dalmore.dts

+ 13 - 0
arch/arm/boot/dts/tegra114-dalmore.dts

@@ -1011,6 +1011,19 @@
 				interrupt-parent = <&palmas>;
 				interrupts = <8 0>;
 			};
+
+			pinmux {
+				compatible = "ti,tps65913-pinctrl";
+				pinctrl-names = "default";
+				pinctrl-0 = <&palmas_default>;
+
+				palmas_default: pinmux {
+					pin_gpio6 {
+						pins = "gpio6";
+						function = "gpio";
+					};
+				};
+			};
 		};
 	};