odroid: remove CONFIG_DM_I2C_COMPAT config
[platform/kernel/u-boot.git] / arch / arm / dts / rk3399-puma.dts
index 917df1e..a234db8 100644 (file)
@@ -1,18 +1,22 @@
 /*
  * (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
  *
- * SPDX-License-Identifier:     GPL-2.0+
+ * SPDX-License-Identifier:     GPL-2.0+       X11
  */
 
 /dts-v1/;
 #include <dt-bindings/pwm/pwm.h>
 #include "rk3399.dtsi"
-#include "rk3399-sdram-ddr3-1333.dtsi"
+#include "rk3399-sdram-ddr3-1600.dtsi"
 
 / {
        model = "Theobroma Systems RK3399-Q7 SoM";
        compatible = "tsd,puma", "rockchip,rk3399";
 
+       config {
+               u-boot,spl-payload-offset = <204800>;
+       };
+
        chosen {
                stdout-path = "serial0:115200n8";
                u-boot,spl-boot-order = &spiflash, &sdhci, &sdmmc;
@@ -91,7 +95,6 @@
 &sdmmc {
         u-boot,dm-pre-reloc;
        bus-width = <4>;
-       fifo-mode; /* until we fix DMA in SPL */
        status = "okay";
 };