diff options
author | Nishanth Menon <nm@ti.com> | 2015-04-09 18:33:17 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2015-05-04 12:23:58 -0400 |
commit | ed12f102ba9f55d2617fc6b5e4fbecbf9a132ba7 (patch) | |
tree | 9e9f328825c434dd47c91e9bc2cba5185f0e582f /arch | |
parent | 5eb6719816faad8e915d4f46ad61a440d641d183 (diff) |
ARM: dts: am57xx-beagle-x15: Switch GPIO fan number
BeagleBoard-X15 pre-production change includes switching the GPIO fan
gpio over from 1 to 2 to allow for a potential fix at a later point in
time for USB client VBUS detection using PMIC VBUS detect capability.
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/am57xx-beagle-x15.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/am57xx-beagle-x15.dts b/arch/arm/boot/dts/am57xx-beagle-x15.dts index dd53ea56b0ed..7128fad991ac 100644 --- a/arch/arm/boot/dts/am57xx-beagle-x15.dts +++ b/arch/arm/boot/dts/am57xx-beagle-x15.dts | |||
@@ -84,7 +84,7 @@ | |||
84 | gpio_fan: gpio_fan { | 84 | gpio_fan: gpio_fan { |
85 | /* Based on 5v 500mA AFB02505HHB */ | 85 | /* Based on 5v 500mA AFB02505HHB */ |
86 | compatible = "gpio-fan"; | 86 | compatible = "gpio-fan"; |
87 | gpios = <&tps659038_gpio 1 GPIO_ACTIVE_HIGH>; | 87 | gpios = <&tps659038_gpio 2 GPIO_ACTIVE_HIGH>; |
88 | gpio-fan,speed-map = <0 0>, | 88 | gpio-fan,speed-map = <0 0>, |
89 | <13000 1>; | 89 | <13000 1>; |
90 | #cooling-cells = <2>; | 90 | #cooling-cells = <2>; |