On Sat, 12 Aug 2023 at 21:32, Marek Vasut <[email protected]> wrote: > > The pinctrl-single driver uses %pa to print register value > in its single_get_pin_muxing() output. Handle this properly > in the test based on CONFIG_PHYS_64BIT . > > Signed-off-by: Marek Vasut <[email protected]> > --- > Cc: Simon Glass <[email protected]> > --- > test/dm/pinmux.c | 92 +++++++++++++++++++++++++++--------------------- > 1 file changed, 51 insertions(+), 41 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

