Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi
[platform/kernel/u-boot.git] / include / configs / km / pg-wcom-ls102xa.h
index 1e06a5b..a4cc477 100644 (file)
 /*
  * I2C
  */
-#define CONFIG_SYS_I2C
+#define CONFIG_SYS_I2C_LEGACY
 #define CONFIG_SYS_I2C_INIT_BOARD
 #define CONFIG_SYS_I2C_SPEED           100000
 
 
 #define CONFIG_LAYERSCAPE_NS_ACCESS
 #define CONFIG_SMP_PEN_ADDR            0x01ee0200
-#define COUNTER_FREQUENCY              12500000
+#define COUNTER_FREQUENCY              8333333
 
 #define CONFIG_HWCONFIG
 #define HWCONFIG_BUFFER_SIZE           256
                "protect on " __stringify(ENV_DEL_ADDR)                 \
                " +" __stringify(CONFIG_ENV_TOTAL_SIZE) "\0"
 
+#define CONFIG_HW_ENV_SETTINGS                                         \
+       "hwconfig=devdis:esdhc,usb3,usb2,sata,sec,dcu,duart2,qspi,"     \
+                       "can1,can2_4,ftm2_8,i2c2_3,sai1_4,lpuart2_6,"   \
+                       "asrc,spdif,lpuart1,ftm1\0"
+
 #define CONFIG_EXTRA_ENV_SETTINGS                                      \
        CONFIG_KM_NEW_ENV                                               \
        CONFIG_KM_DEF_ENV                                               \
+       CONFIG_HW_ENV_SETTINGS                                          \
        "EEprom_ivm=pca9547:70:9\0"                                     \
+       "ethrotate=no\0"                                                \
        ""
 
 #define CONFIG_SYS_BOOTM_LEN   (64 << 20) /* Increase max gunzip size */