Skip to content

Commit 4e180c5

Browse files
committed
source/c_pwm.c: HACK: U-Boot pre-setup everything, dont search for specific overlay
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
1 parent 0f2bdd1 commit 4e180c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/c_pwm.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ BBIO_err pwm_setup(const char *key, __attribute__ ((unused)) float duty, __attri
348348
|| device_tree_loaded("univ-nhdmi"))) // ""
349349
{
350350
syslog(LOG_ERR, "pwm_setup: %s no suitable cape loaded", key);
351-
return BBIO_CAPE;
351+
//FIXME; Assume U-Boot did the work...
352+
//return BBIO_CAPE;
352353
}
353354
// Do pinmuxing
354355
if(!strcmp(key, "P9_28")) {

0 commit comments

Comments
 (0)