1. 28 3月, 2017 1 次提交
  2. 25 3月, 2017 1 次提交
  3. 24 3月, 2017 5 次提交
  4. 23 3月, 2017 3 次提交
  5. 15 3月, 2017 1 次提交
    • M
      ARM64: dts: meson-gxl: improve support for the P212 reference design · 9ded9b0f
      Martin Blumenstingl 提交于
      The Amlogic P212 reference design is used by other devices as well, such
      as (for example) the Khadas VIM boards. Thus this patch adds and moves
      all common entries from meson-gxl-s905x-p212.dts to a new, separate
      meson-gxl-s905x-p212.dtsi (which can be re-used on boards such as the
      Khadas VIM).
      Support for all boards based on the P212 reference design includes:
      - enabling IR support
      - enabling the SAR ADC (SARADC_CH1 is connected to a resistor which
        indicates the hardware revision, a similar design is found on the
        Khadas VIM boards)
      - all MMC controllers (which means that SDIO wifi, the SD card and the
        eMMC are now supported)
      - pwm_ef as dependency for the SDIO wifi modules
      - uart_A which is connected to the bluetooth module (the bluetooth
        module itself is not enabled yet due to missing devicetree bindings
        for the Broadcom serial bluetooth devices)
      - uart_AO is moved to the .dtsi (as all known devices use it as their
        boot-console)
      
      Specific to the P212 board:
      - this also enables the CVBS connector (which is not available on the
        Khadas VIM boards for example)
      - Realtek based SDIO wifi (instead of Broadcom which most other devices
        use)
      Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
      Tested-by: NNeil Armstrong <narmstrong@baylibre.com>
      Tested-by: NKevin Hilman <khilman@baylibre.com>
      Signed-off-by: NKevin Hilman <khilman@baylibre.com>
      9ded9b0f
  6. 11 3月, 2017 1 次提交
  7. 07 3月, 2017 9 次提交
  8. 31 1月, 2017 2 次提交
  9. 28 1月, 2017 2 次提交
  10. 27 1月, 2017 2 次提交
  11. 24 1月, 2017 2 次提交
  12. 20 1月, 2017 1 次提交
  13. 19 1月, 2017 4 次提交
  14. 18 1月, 2017 1 次提交
    • N
      ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFS · f7bcd4b6
      Neil Armstrong 提交于
      The current hardware is not able to run with all cores enabled at a
      cluster frequency superior at 1536MHz.
      But the currently shipped u-boot for the platform still reports an OPP
      table with possible DVFS frequency up to 2GHz, and will not change since
      the off-tree linux tree supports limiting the OPPs with a kernel parameter.
      A recent u-boot change reports the boot-time DVFS around 100MHz and
      the default performance cpufreq governor sets the maximum frequency.
      Previous version of u-boot reported to be already at the max OPP and
      left the OPP as is.
      Nevertheless, other governors like ondemand could setup the max frequency
      and make the system crash.
      
      This patch disables the DVFS clock and disables cpufreq.
      
      Fixes: 70db166a ("ARM64: dts: meson-gxbb: Add SCPI with cpufreq & sensors Nodes")
      Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
      Signed-off-by: NKevin Hilman <khilman@baylibre.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      f7bcd4b6
  15. 11 1月, 2017 2 次提交
  16. 04 1月, 2017 2 次提交
  17. 29 11月, 2016 1 次提交