]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: am57xx-beagle-x15: Switch GPIO fan number
authorNishanth Menon <nm@ti.com>
Thu, 9 Apr 2015 22:33:17 +0000 (17:33 -0500)
committerTony Lindgren <tony@atomide.com>
Mon, 4 May 2015 16:23:58 +0000 (09:23 -0700)
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>
arch/arm/boot/dts/am57xx-beagle-x15.dts

index dd53ea56b0ed15304b9f356f56da0fda9c69e554..7128fad991ac3459ac5349b0219e893fab1830c8 100644 (file)
@@ -84,7 +84,7 @@
        gpio_fan: gpio_fan {
                /* Based on 5v 500mA AFB02505HHB */
                compatible = "gpio-fan";
-               gpios =  <&tps659038_gpio 1 GPIO_ACTIVE_HIGH>;
+               gpios =  <&tps659038_gpio 2 GPIO_ACTIVE_HIGH>;
                gpio-fan,speed-map = <0     0>,
                                     <13000 1>;
                #cooling-cells = <2>;