Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ramips: switch to 6.1 kernel | Nick Hainke | 2024-03-12 |
| | | | | | | | We have had the testing kernel for several weeks now. Let's switch to 6.1 to have more testers. Additionally, 6.6 is already in the pipeline. Signed-off-by: Nick Hainke <vincent@systemli.org> | ||
* | ramips: mt7621-wdt: use phandle to access system controller registers | Shiji Yang | 2023-07-30 |
These patches allow the driver to access some watchdog registers via a phandle to the system controller node[1]. To apply these changes, we need to add "mediatek,sysctl" to the SoC dtsi. This commit also remove the redundent clocks, interrupts and resets properties. [1] https://lore.kernel.org/all/20230214103936.1061078-2-sergio.paracuellos@gmail.com Tested on Motorola MWR03 (MT7628) Signed-off-by: Shiji Yang <yangshiji66@qq.com> |