Results 38 comments of brentr

I'm just getting into rockpis myself, as a very power efficient little IOT gateway... - The dts overlays cannot be part of the standard kernel because many are _only_ applicable...

1. I'll investigate using kernel overlays for these patches. 2. The install command has the option of installing whole directories. I'll look into replacing cp -a with install -d 3....

I've hacked up a version of fixEtherAddr that uses five bytes that appear to be a CPU serial number in /sys/bus/nvmem/devices/rockchip-otp0 I suppose every other effected board type can implement...

1. As I read your comments more carefully, it seems to me that you may have misunderstood how this patch is handling the device tree modifications: a. The five .dts...

Thanks for this. I'm on vacation until late August. I will revisit this when I return.

Caught Covid on vacation. Pretty much recovered now. I'm diagnosing why the WiFi chip's SDIO clock can't run faster than 10Mhz on the new kernel, but can run 50Mhz on...

This pull request now includes a fix that enables the RK3308 (RockPI-S) to drive the SDIO clock at high speed. There was a register initialized to select 1.8V signaling in...

I updated the PR, factoring the big sdio-speedup patch into a bunch of components which have all been named similarly to existing patches. I had been wondering generally about how...

I think the problem is that the io-domains driver, in the case of the RK3308, is not being referenced by any other in the devicetree. [Actually, I didn't see *any*...

I did try that before giving up and moving the functionality from io-domains to the pinctrl driver. Since this is a tree structure, the order in which the nodes are...