1. 01 3月, 2019 1 次提交
    • M
      ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4 · a3238924
      Marek Szyprowski 提交于
      The maximum voltage value for buck8 regulator on Odroid XU3/XU4 boards is
      set too low. Increase it to the 2000mV as specified on the board schematic.
      So far the board worked fine, because of the bug in the PMIC driver, which
      used incorrect step value for that regulator. It interpreted the voltage
      value set by the bootloader as 1225mV and kept it unchanged. The regulator
      driver has been however fixed recently in the commit 56b5d4ea
      ("regulator: s2mps11: Fix steps for buck7, buck8 and LDO35"), what results
      in reading the proper buck8 value and forcing it to 1500mV on boot. This
      is not enough for proper board operation and results in eMMC errors during
      heavy IO traffic. Increasing maximum voltage value for buck8 restores
      original driver behavior and fixes eMMC issues.
      Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
      Fixes: 86a2d2ac ("ARM: dts: Add dts file for Odroid XU3 board")
      Fixes: 56b5d4ea ("regulator: s2mps11: Fix steps for buck7, buck8 and LDO35")
      Cc: <stable@vger.kernel.org>
      Signed-off-by: NKrzysztof Kozlowski <krzk@kernel.org>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      a3238924
  2. 22 2月, 2019 2 次提交
  3. 21 2月, 2019 5 次提交
  4. 20 2月, 2019 3 次提交
    • A
      Merge tag 'actions-arm64-dt-for-v5.1' of... · 94224c25
      Arnd Bergmann 提交于
      Merge tag 'actions-arm64-dt-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions into arm/dt
      
      Actions ARM64 DT changes for v5.1:
      
      - Add interrupt properties to S900 pinctrl node
      - Add Reset controller support for S700
      - Add Reset controller support for S900
      - Add pinctrl support for S700
      - Add I2C support for S700
      - Enable I2C0 and I2C1 for s700-cubieboard7
      
      * tag 'actions-arm64-dt-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions:
        arm64: dts: actions: s700-cubieboard7: Enable I2C0 and I2C1
        arm64: dts: actions: s700: Add I2C controller nodes
        arm64: dts: actions: Add pinctrl node for Actions Semi S700
        arm64: dts: actions: Add Reset Controller support for S900 SoC
        arm64: dts: actions: Add Reset Controller support for S700 SoC
        arm64: dts: actions: Add interrupt properties to pinctrl node for S900
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      94224c25
    • A
      Merge tag 'samsung-dt-5.1-2' of... · 0d6367ca
      Arnd Bergmann 提交于
      Merge tag 'samsung-dt-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/dt
      
      Samsung DTS ARM changes for v5.1, part 2
      
      1. Enable ADC on Odroid HC1 board.
      2. Fix clkout register failure on Exynos3250.
      3. Allow using earlycon on Arndale board.
      4. Disable ARM PMU on Odroid XU3 Lite because it is locked by Trusted
         Firmware.
      5. Add support for secondary DAI to Odroid XU3 and XU4 boards.
      
      * tag 'samsung-dt-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
        ARM: dts: exynos: Add support for secondary DAI to Odroid XU4
        ARM: dts: exynos: Add support for secondary DAI to Odroid XU3
        ARM: dts: exynos: Disable ARM PMU on Odroid XU3-lite
        ARM: dts: exynos: Add stdout path property to Arndale board
        ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
        ARM: dts: exynos: Enable ADC on Odroid HC1
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      0d6367ca
    • 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
  5. 19 2月, 2019 6 次提交
  6. 18 2月, 2019 9 次提交
  7. 17 2月, 2019 1 次提交
  8. 16 2月, 2019 11 次提交
  9. 15 2月, 2019 2 次提交