Dear Tom, Please find my pull-request for u-boot-mpc85xx https://travis-ci.org/github/p-priyanka-jain/u-boot/builds/682767731
Summary Add DM model for P1010RDB Add I2C DM Model support for P1010RDB, T1042RDB, T2080, T4240RDB, MPC8548CDS, T1024RDB, P4080, P3041DS, P2041RDB, P2020RDB, P1020RDB, P5040DS Fix reference to READM.qe_firmware Thanks Priyanka -------------------------------------------------------------- The following changes since commit c693f212c5b0433b3a49a89d87cbff28bf78eb87: Merge branch '2020-05-01-master-imports' (2020-05-01 16:43:15 -0400) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git HEAD for you to fetch changes up to 9e36eae1249f477275a607736eda75e663d1b57c: powerpc: dts: p1010: add i2c node (2020-05-04 09:12:37 +0530) ---------------------------------------------------------------- Biwen Li (28): rtc: ds1337: Add driver model support rtc: pt7c4338: Add driver model support powerpc: create dts component of i2c to build up an SoC dm: powerpc: P5040DS: add i2c DM support configs: P5040DS: enable DM_I2C dm: powerpc: P1020: add i2c DM support configs: P1020RDB: enable DM_I2C and DM_RTC dts: powerpc: P2020RDB: add i2c node configs: P2020RDB: enable DM_I2C and DM_RTC dm: powerpc: P2041RDB: add i2c DM support config: P2041RDB: enable DM_I2C powerpc: dts: P3041: add i2c node configs: P3041DS: enable DM_I2C powerpc: dts: P4080: add i2c node configs: P4080DS: enable DM_I2C dm: powerpc: T1023/T1024: add i2c DM support configs: T1024RDB: enable DM_I2C and DM_RTC dm: ppc: p1010: add i2c DM support configs: P1010: Enable DM_I2C and DM_RTC dm: ppc: MPC8548CDS: add i2c DM support configs: MPC8548CDS: enable DM_I2C dm: ppc: T4240: add i2c DM support configs: T4240RDB: enable DM_I2C dm: powerpc: T2080/T2081: add i2c DM support configs: T2080: enable DM_I2C dm: powerpc: T1040/T1042: add i2c DM support configs: T1042D4RDB: enable DM_I2C and DM_RTC powerpc: dts: p1010: add i2c node Heinrich Schuchardt (1): doc: fix references to README.qe_firmware Hou Zhiqiang (4): powerpc: Enable device tree support for P1010RDB powerpc: P1010RDB: Compile legacy PCIe routines conditionally powerpc: P1010RDB: Disable legacy PCIe driver when DM_PCI is enabled configs: P1010RDB: Enable PCIe driver arch/powerpc/dts/Makefile | 2 + arch/powerpc/dts/p1010rdb-pa.dts | 17 ++ arch/powerpc/dts/p1010rdb-pa_36b.dts | 17 ++ arch/powerpc/dts/p1010rdb-pb.dts | 18 ++ arch/powerpc/dts/p1010rdb-pb_36b.dts | 18 ++ arch/powerpc/dts/p1010rdb.dtsi | 14 ++ arch/powerpc/dts/p1010rdb_32b.dtsi | 22 +++ arch/powerpc/dts/p1010rdb_36b.dtsi | 22 +++ arch/powerpc/dts/p1010si-post.dtsi | 48 +++++ arch/powerpc/dts/p1010si-pre.dtsi | 27 +++ arch/powerpc/dts/p1020-post.dtsi | 2 + arch/powerpc/dts/p2020-post.dtsi | 3 + arch/powerpc/dts/p2041.dtsi | 5 +- arch/powerpc/dts/p3041.dtsi | 4 +- arch/powerpc/dts/p4080.dtsi | 4 +- arch/powerpc/dts/p5040.dtsi | 5 +- arch/powerpc/dts/pq3-i2c-0.dtsi | 15 ++ arch/powerpc/dts/pq3-i2c-1.dtsi | 15 ++ arch/powerpc/dts/qoriq-i2c-0.dtsi | 25 +++ arch/powerpc/dts/qoriq-i2c-1.dtsi | 25 +++ arch/powerpc/dts/t102x.dtsi | 4 +- arch/powerpc/dts/t104x.dtsi | 4 +- arch/powerpc/dts/t2080.dtsi | 4 +- arch/powerpc/dts/t4240.dtsi | 5 +- board/freescale/common/sys_eeprom.c | 3 +- board/freescale/common/vsc3316_3308.c | 258 ++++++++++++++++++++++++++- board/freescale/p1010rdb/p1010rdb.c | 160 ++++++++++++++++- board/freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.c | 24 ++- board/freescale/t102xqds/t102xqds.c | 95 +++++++++- board/freescale/t102xqds/t102xqds.h | 3 +- board/freescale/t102xrdb/t102xrdb.c | 71 +++++++- board/freescale/t1040qds/diu.c | 5 +- board/freescale/t1040qds/t1040qds.c | 18 +- board/freescale/t1040qds/t1040qds.h | 3 +- board/freescale/t208xqds/t208xqds.c | 19 +- board/freescale/t4qds/t4240qds.c | 45 ++++- configs/MPC8548CDS_36BIT_defconfig | 1 + configs/MPC8548CDS_defconfig | 1 + configs/MPC8548CDS_legacy_defconfig | 1 + configs/P1010RDB-PA_36BIT_NAND_defconfig | 9 +- configs/P1010RDB-PA_36BIT_NOR_defconfig | 10 +- configs/P1010RDB-PA_36BIT_SDCARD_defconfig | 9 +- configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig | 9 +- configs/P1010RDB-PA_NAND_defconfig | 9 +- configs/P1010RDB-PA_NOR_defconfig | 10 +- configs/P1010RDB-PA_SDCARD_defconfig | 9 +- configs/P1010RDB-PA_SPIFLASH_defconfig | 9 +- configs/P1010RDB-PB_36BIT_NAND_defconfig | 9 +- configs/P1010RDB-PB_36BIT_NOR_defconfig | 10 +- configs/P1010RDB-PB_36BIT_SDCARD_defconfig | 9 +- configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 9 +- configs/P1010RDB-PB_NAND_defconfig | 9 +- configs/P1010RDB-PB_NOR_defconfig | 10 +- configs/P1010RDB-PB_SDCARD_defconfig | 9 +- configs/P1010RDB-PB_SPIFLASH_defconfig | 9 +- configs/P1020RDB-PC_36BIT_NAND_defconfig | 2 + configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 2 + configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 2 + configs/P1020RDB-PC_36BIT_defconfig | 2 + configs/P1020RDB-PC_NAND_defconfig | 2 + configs/P1020RDB-PC_SDCARD_defconfig | 2 + configs/P1020RDB-PC_SPIFLASH_defconfig | 2 + configs/P1020RDB-PC_defconfig | 2 + configs/P1020RDB-PD_NAND_defconfig | 2 + configs/P1020RDB-PD_SDCARD_defconfig | 2 + configs/P1020RDB-PD_SPIFLASH_defconfig | 2 + configs/P1020RDB-PD_defconfig | 2 + configs/P2020RDB-PC_36BIT_NAND_defconfig | 2 + configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 2 + configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 2 + configs/P2020RDB-PC_36BIT_defconfig | 2 + configs/P2020RDB-PC_NAND_defconfig | 2 + configs/P2020RDB-PC_SDCARD_defconfig | 2 + configs/P2020RDB-PC_SPIFLASH_defconfig | 2 + configs/P2020RDB-PC_defconfig | 2 + configs/P2041RDB_NAND_defconfig | 1 + configs/P2041RDB_SDCARD_defconfig | 1 + configs/P2041RDB_SPIFLASH_defconfig | 1 + configs/P2041RDB_defconfig | 1 + configs/P3041DS_NAND_defconfig | 1 + configs/P3041DS_SDCARD_defconfig | 1 + configs/P3041DS_SPIFLASH_defconfig | 1 + configs/P3041DS_defconfig | 1 + configs/P4080DS_SDCARD_defconfig | 1 + configs/P4080DS_SPIFLASH_defconfig | 1 + configs/P4080DS_defconfig | 1 + configs/P5040DS_NAND_defconfig | 1 + configs/P5040DS_SDCARD_defconfig | 1 + configs/P5040DS_SPIFLASH_defconfig | 1 + configs/P5040DS_defconfig | 1 + configs/T1024RDB_NAND_defconfig | 2 + configs/T1024RDB_SDCARD_defconfig | 2 + configs/T1024RDB_SPIFLASH_defconfig | 2 + configs/T1024RDB_defconfig | 2 + configs/T1042D4RDB_NAND_defconfig | 2 + configs/T1042D4RDB_SDCARD_defconfig | 2 + configs/T1042D4RDB_SPIFLASH_defconfig | 2 + configs/T1042D4RDB_defconfig | 2 + configs/T2080QDS_NAND_defconfig | 1 + configs/T2080QDS_SDCARD_defconfig | 1 + configs/T2080QDS_SECURE_BOOT_defconfig | 1 + configs/T2080QDS_SPIFLASH_defconfig | 1 + configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 1 + configs/T2080QDS_defconfig | 1 + configs/T2080RDB_NAND_defconfig | 1 + configs/T2080RDB_SDCARD_defconfig | 1 + configs/T2080RDB_SPIFLASH_defconfig | 1 + configs/T2080RDB_defconfig | 1 + configs/T4240RDB_SDCARD_defconfig | 1 + configs/T4240RDB_defconfig | 1 + drivers/qe/qe.c | 6 +- drivers/rtc/ds1337.c | 128 +++++++++++++ drivers/rtc/pt7c4338.c | 100 +++++++++++ include/configs/MPC8548CDS.h | 9 +- include/configs/P1010RDB.h | 50 ++++-- include/configs/P1022DS.h | 4 +- include/configs/P2041RDB.h | 9 +- include/configs/T102xQDS.h | 10 +- include/configs/T102xRDB.h | 8 +- include/configs/T1040QDS.h | 7 + include/configs/T104xRDB.h | 10 +- include/configs/T208xQDS.h | 7 +- include/configs/T208xRDB.h | 10 +- include/configs/T4240QDS.h | 13 ++ include/configs/T4240RDB.h | 9 +- include/configs/corenet_ds.h | 8 +- include/configs/p1_p2_rdb_pc.h | 9 +- include/fsl_qe.h | 3 +- 128 files changed, 1580 insertions(+), 83 deletions(-) create mode 100644 arch/powerpc/dts/p1010rdb-pa.dts create mode 100644 arch/powerpc/dts/p1010rdb-pa_36b.dts create mode 100644 arch/powerpc/dts/p1010rdb-pb.dts create mode 100644 arch/powerpc/dts/p1010rdb-pb_36b.dts create mode 100644 arch/powerpc/dts/p1010rdb.dtsi create mode 100644 arch/powerpc/dts/p1010rdb_32b.dtsi create mode 100644 arch/powerpc/dts/p1010rdb_36b.dtsi create mode 100644 arch/powerpc/dts/p1010si-post.dtsi create mode 100644 arch/powerpc/dts/p1010si-pre.dtsi create mode 100644 arch/powerpc/dts/pq3-i2c-0.dtsi create mode 100644 arch/powerpc/dts/pq3-i2c-1.dtsi create mode 100644 arch/powerpc/dts/qoriq-i2c-0.dtsi create mode 100644 arch/powerpc/dts/qoriq-i2c-1.dtsi