On Wed, Aug 28, 2024 at 04:49:19PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > According to simple-bus.yaml, apbh and apbx are not valid bus names. > > Rename them to apbh-bus and apbx-bus to fix the following dt-schema > warnings: > > 'apbh@80000000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$' > 'apbx@80040000' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$' > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> Applied, thanks!