]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: fdt: use an alias to find CAN transceiver regulator
authorLothar Waßmann <LW@KARO-electronics.de>
Fri, 6 Dec 2013 09:29:39 +0000 (10:29 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 6 Dec 2013 09:29:39 +0000 (10:29 +0100)
board/karo/common/fdt.c

index f0b1ad2eafd7f63169a6f961a318d730e216c8fa..0d52ca2a2e0f444325786c3dd736ce6d70f35530 100644 (file)
@@ -389,7 +389,7 @@ void karo_fdt_fixup_flexcan(void *blob, int xcvr_present)
 
                karo_fdt_set_lcd_pins(blob, "lcdif_24bit_pins_a");
        }
-       fdt_find_and_setprop(blob, "/regulators/can-xcvr", "status",
+       fdt_find_and_setprop(blob, "reg_can_xcvr", "status",
                        xcvr_status, strlen(xcvr_status) + 1, 1);
 }