imx8: Replace SC_R_LAST with SC_R_NONE in DTB
[oweals/u-boot.git] / arch / arm / dts / rk3368-px5-evb-u-boot.dtsi
index 18b841864cc5cc850abfa4dd7c868bca484e2b8a..936ce5572756a9d479f4f052e805382a6dbbad56 100644 (file)
 };
 
 &emmc {
+       /* mmc to sram can't do dma, prevent aborts transferring TF-A parts */
+       u-boot,spl-fifo-mode;
        u-boot,dm-pre-reloc;
 };
+
+&timer0 {
+       u-boot,dm-pre-reloc;
+       clock-frequency = <24000000>;
+       status = "okay";
+};