1. 31 1月, 2019 1 次提交
  2. 10 1月, 2019 2 次提交
  3. 19 12月, 2018 1 次提交
    • C
      arm64: dts: allwinner: a64: bananapi-m64: Add Bluetooth device node · c266a2b4
      Chen-Yu Tsai 提交于
      The AP6212 is based on the Broadcom BCM43430 or BCM43438. The WiFi side
      identifies as BCM43430, while the Bluetooth side identifies as BCM43438.
      
      The Bluetooth side is connected to UART1 in a 4 wire configuration. Same
      as the WiFi side, due to being the same chip and package, DLDO2 provides
      overall power via VBAT, and DLDO4 provides I/O power via VDDIO. The RTC
      clock output provides the LPO low power clock at 32.768 kHz.
      
      This patch enables Bluetooth on this board, and also adds the missing
      LPO clock on the WiFi side. There is also a PCM connection for Bluetooth,
      but this is not covered here.
      Acked-by: NMaxime Ripard <maxime.ripard@bootlin.com>
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      c266a2b4
  4. 18 12月, 2018 2 次提交
  5. 16 12月, 2018 6 次提交
  6. 14 12月, 2018 9 次提交
  7. 13 12月, 2018 1 次提交
  8. 12 12月, 2018 2 次提交
  9. 11 12月, 2018 1 次提交
    • V
      arm64: dts: uniphier: Add all CPUs in cooling maps · 072ae88a
      Viresh Kumar 提交于
      Each CPU can (and does) participate in cooling down the system but the
      DT only captures a handful of them, normally CPU0, in the cooling maps.
      Things work by chance currently as under normal circumstances its the
      first CPU of each cluster which is used by the operating systems to
      probe the cooling devices. But as soon as this CPU ordering changes and
      any other CPU is used to bring up the cooling device, we will start
      seeing failures.
      
      Also the DT is rather incomplete when we list only one CPU in the
      cooling maps, as the hardware doesn't have any such limitations.
      
      Update cooling maps to include all devices affected by individual trip
      points.
      Signed-off-by: NViresh Kumar <viresh.kumar@linaro.org>
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      072ae88a
  10. 08 12月, 2018 15 次提交