1. 09 3月, 2019 1 次提交
  2. 01 3月, 2019 2 次提交
  3. 25 2月, 2019 1 次提交
  4. 21 2月, 2019 4 次提交
  5. 20 2月, 2019 4 次提交
    • T
      ARM: tegra: Restore DT ABI on Tegra124 Chromebooks · 94d9b933
      Thierry Reding 提交于
      Commit 48299769 ("ARM: tegra: Fix unit_address_vs_reg DTC warnings
      for /memory") inadventently broke device tree ABI by adding a unit-
      address to the "/memory" node because the device tree compiler flagged
      the missing unit-address as a warning.
      
      Tegra124 Chromebooks (a.k.a. Nyan) use a bootloader that relies on the
      full name of the memory node in device tree being exactly "/memory". It
      can be argued whether this was a good decision or not, and some other
      bootloaders (such as U-Boot) do accept a unit-address in the name of the
      node, but the device tree is an ABI and we can't break existing setups
      just because the device tree compiler considers it bad practice to omit
      the unit-address nowadays.
      
      This partially reverts the offending commit and restores device tree ABI
      compatibility.
      
      Fixes: 48299769 ("ARM: tegra: Fix unit_address_vs_reg DTC warnings for /memory")
      Reported-by: NTristan Bastian <tristan-c.bastian@gmx.de>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Tested-by: NTristan Bastian <tristan-c.bastian@gmx.de>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      94d9b933
    • G
      arch: arm: dts: kirkwood-rd88f6281: Remove disabled marvell,dsa reference · 6a3b2517
      Gregory CLEMENT 提交于
      marvell,dsa properties has been removed from kirkwood-rd88f6281.dtsi
      while cleanuping the dsa binding, but the dsa reference in
      kirkwood-rd88f6281-z0.dts has been missed causing the following errors:
      
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts:21.4-16: Warning (reg_format): /dsa/switch@0:reg: property has invalid length (8 bytes) (#address-cells == 2, #size-cells == 1)
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts:23.5-15: Warning (reg_format): /dsa/switch@0/port@4:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dtb: Warning (pci_device_bus_num): Failed prerequisite 'reg_format'
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dtb: Warning (i2c_bus_reg): Failed prerequisite 'reg_format'
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dtb: Warning (spi_bus_reg): Failed prerequisite 'reg_format'
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts:20.12-26.5: Warning (avoid_default_addr_size): /dsa/switch@0: Relying on default #address-cells value
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts:20.12-26.5: Warning (avoid_default_addr_size): /dsa/switch@0: Relying on default #size-cells value
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts:22.11-25.6: Warning (avoid_default_addr_size): /dsa/switch@0/port@4: Relying on default #address-cells value
      arch/arm/boot/dts/kirkwood-rd88f6281-z0.dts:22.11-25.6: Warning (avoid_default_addr_size): /dsa/switch@0/port@4: Relying on default #size-cells value
      
      So remove the dsa reference too in order to fix this issue.
      Reviewed-by: NAndrew Lunn <andrew@lunn.ch>
      Signed-off-by: NGregory CLEMENT <gregory.clement@bootlin.com>
      6a3b2517
    • P
      ARM: dts: am335x-evm: Fix PHY mode for ethernet · 37685f6a
      Peter Ujfalusi 提交于
      The PHY must add both tx and rx delay and not only on the tx clock.
      The board uses AR8031_AL1A PHY where the rx delay is enabled by default,
      the tx dealy is disabled.
      
      The reason why rgmii-txid worked because the rx delay was not disabled by
      the driver so essentially we ended up with rgmii-id PHY mode.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      37685f6a
    • P
      ARM: dts: am335x-evmsk: Fix PHY mode for ethernet · 759c962d
      Peter Ujfalusi 提交于
      The PHY must add both tx and rx delay and not only on the tx clock.
      The board uses AR8031_AL1A PHY where the rx delay is enabled by default,
      the tx dealy is disabled.
      
      The reason why rgmii-txid worked because the rx delay was not disabled by
      the driver so essentially we ended up with rgmii-id PHY mode.
      Signed-off-by: NPeter Ujfalusi <peter.ujfalusi@ti.com>
      Signed-off-by: NTony Lindgren <tony@atomide.com>
      759c962d
  6. 19 2月, 2019 7 次提交
  7. 17 2月, 2019 1 次提交
  8. 16 2月, 2019 1 次提交
  9. 13 2月, 2019 7 次提交
  10. 12 2月, 2019 12 次提交