Re: new gpioleds driver

2021-09-03 Thread Tomasz Bielecki
On Fri, Sep 3, 2021 at 8:18 AM Klemens Nanni wrote: > > Here is a tiny driver enabling machines such as the Pinebook Pro to > indicate power, it is intentionally minimal and does not expose anything > via sysctl(8)/sensorsd(8) or gpioctl(8). > > This is helpful for machines where graphics, keyboar

Don't use named clock in rkpwm

2021-07-26 Thread Tomasz Bielecki
Hi Current rkpwm is assuming "pwm" clock and therefore requires "clock-names" entry in dtb. This has been removed in https://github.com/torvalds/linux/commit/ba0d527be and therefore rkpwm fails with: rkpwm0 at mainbus0: no clock rkpwm1 at mainbus0: no clock which in turn makes the brightness contr