1. 04 9月, 2018 1 次提交
    • Y
      imx: imx7d-sdb: Add DM QSPI support · 3b823350
      Ye Li 提交于
      On iMX7D SabreSD board, the QSPI has pins conflict with EPDC (default).
      To use QSPI, users have to rework the board (de-populate R388-R391, R396-R399
      populate R392-R395, R299, R300). So we add new DTS file and new defconfig
      dedicated for QSPI.
      
      Other changes to support the DM QSPI:
       - Add QSPI node and alias spi0.
       - Modify spi4 (spi-gpio) node and add alias spi5 for it to avoid req
         conflict
       - Add EPDC node in imx7d.dtsi and disable it in imx7d-sdb-qspi.dts to
         align with kernel and also present the conflict.
       - Add -u-boot.dtsi to modify compatible string of mx25l51245g@0 to
         "spi-flash"
       - Remove iomux settings of qspi in board codes which is not needed
         for DM driver.
      Signed-off-by: NYe Li <ye.li@nxp.com>
      3b823350
  2. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  3. 04 2月, 2018 1 次提交
  4. 18 5月, 2017 5 次提交