1. 28 6月, 2020 2 次提交
  2. 27 6月, 2020 3 次提交
  3. 26 6月, 2020 3 次提交
  4. 25 6月, 2020 1 次提交
    • F
      ARM: dts: imx6q-tbs2910: Fix Ethernet regression · 4b78b5bf
      Fabio Estevam 提交于
      Since commit:
      
      commit 6333cbb3
      Author: Michael Walle <michael@walle.cc>
      Date:   Thu May 7 00:11:58 2020 +0200
      
          phy: atheros: ar8035: remove static clock config
      
          We can configure the clock output in the device tree. Disable the
          hardcoded one in here. This is highly board-specific and should have
          never been enabled in the PHY driver.
      
          If bisecting shows that this commit breaks your board it probably
          depends on the clock output of your Atheros AR8035 PHY. Please have a
          look at doc/device-tree-bindings/net/phy/atheros.txt. You need to set
          "clk-out-frequency = <125000000>" because that value was the hardcoded
          value until this commit.
      Signed-off-by: NMichael Walle <michael@walle.cc>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      
      , the clock output setting for the AR803x driver is removed from being
      hardcoded in the PHY driver and should be passed via device tree instead.
      
      Update the device tree with the "qca,clk-out-frequency" property so that
      Ethernet can work again.
      Reported-by: NSoeren Moch <smoch@web.de>
      Signed-off-by: NFabio Estevam <festevam@gmail.com>
      Tested-by: NSoeren Moch <smoch@web.de>
      4b78b5bf
  5. 24 6月, 2020 16 次提交
  6. 23 6月, 2020 14 次提交
  7. 22 6月, 2020 1 次提交
    • M
      ARM: imx: soc: Select default TEXT_BASE for MX7 · a1f6d04a
      Marek Vasut 提交于
      Select default U-Boot and SPL text base for the MX7 SoC. The U-Boot
      text base is picked as the one used by various MX7 boards. The SPL
      text base however is different.
      
      The SPL text base is set to 0x912000 instead of the usual 0x911000,
      that is because the 0x911000 value cannot work. Using 0x911000 as a
      SPL text base will result in the DCD header being placed below the
      0x911000 address, which is a reserved SRAM area which must not be
      used. This will actually trigger eMMC boot failure on MX7D at least.
      Hence the increment.
      
      Update all boards affected by this SPL problem to the new SPL_TEXT_BASE.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
      Cc: Peng Fan <peng.fan@nxp.com>
      Cc: Stefano Babic <sbabic@denx.de>
      a1f6d04a