1. 05 7月, 2020 1 次提交
  2. 04 7月, 2020 1 次提交
    • T
      Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv · 06e13215
      Tom Rini 提交于
      - sbi: Add newline to error message
      - fu540: dts: Correct reg size of otp and dmc nodes
      - Enhance reserved memory fixup about PMP information passed from OpenSBI
      - sifive: fu540: Add gpio-restart support
      - qemu-riscv: Update QEMU run command
      - Assorted fixes related to reserved memory
      - fu540: enable all cache ways from U-Boot proper
      - use log functions in fdt_fixup
      06e13215
  3. 03 7月, 2020 7 次提交
  4. 02 7月, 2020 6 次提交
  5. 01 7月, 2020 1 次提交
  6. 30 6月, 2020 3 次提交
  7. 29 6月, 2020 2 次提交
  8. 28 6月, 2020 11 次提交
  9. 27 6月, 2020 3 次提交
  10. 26 6月, 2020 3 次提交
  11. 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
  12. 24 6月, 2020 1 次提交