On Fri, Aug 12, 2022 at 06:50:03PM +0100, Jessica Clarke wrote: > This adds the onkey, RTC and watchdog children to the DA9063 PMIC node, > fixes the compatible for qspi0's flash node to match the official DT > schema (it being an is25wp256 is discoverable, hence jedec,spi-nor is > the only compatible that should be present) and exposes the card detect > GPIO. > > Note that the device trees still diverge in some places (including > important things like the PCIe controller's clock name) and should be > cleaned up so that a common device tree is used in both projects rather > than having different bindings. This patch does not attempt to do that, > merely expose important functionality present in Linux's that is not in > U-Boot's so that it can be used without the OS providing its own bundled > copy. > > Signed-off-by: Jessica Clarke <jrt...@jrtc27.com> > --- > arch/riscv/dts/hifive-unmatched-a00.dts | 15 ++++++++++++++- > 1 file changed, 14 insertions(+), 1 deletion(-)
Reviewed-by: Leo Yu-Chi Liang <ycli...@andestech.com>