]> git.sur5r.net Git - u-boot/blobdiff - drivers/spi/fsl_dspi.c
arm: socfpga: config: Zap incorrect config options
[u-boot] / drivers / spi / fsl_dspi.c
index 6476f913c8d73b8892c5942fc21fc26b2c041afa..3881b2e8a54630938667d08ca911a5f06854542d 100644 (file)
@@ -664,8 +664,8 @@ static int fsl_dspi_ofdata_to_platdata(struct udevice *bus)
        plat->speed_hz = fdtdec_get_int(blob,
                        node, "spi-max-frequency", FSL_DSPI_DEFAULT_SCK_FREQ);
 
-       debug("DSPI: regs=0x%x, max-frequency=%d, endianess=%s, num-cs=%d\n",
-             plat->regs_addr, plat->speed_hz,
+       debug("DSPI: regs=%pa, max-frequency=%d, endianess=%s, num-cs=%d\n",
+             &plat->regs_addr, plat->speed_hz,
              plat->flags & DSPI_FLAG_REGMAP_ENDIAN_BIG ? "be" : "le",
              plat->num_chipselect);