mbox series

[v2,0/4] dra71/76: Fix boot issues

Message ID 20190517011409.22167-1-j-keerthy@ti.com (mailing list archive)
Headers show
Series dra71/76: Fix boot issues | expand

Message

J, KEERTHY May 17, 2019, 1:14 a.m. UTC
This series adds patches that fix boot on dra76/71-evms.

Changes in v2:

  * Pushed the disabling to dra76x and dra71x.dtsi respectively

Keerthy (4):
  arm: dts: dra76x: Disable rtc target module
  arm: dts: dra76x: Disable usb4_tm target module
  arm: dts: dra71x: Disable rtc target module
  arm: dts: dra71x: Disable usb4_tm target module

 arch/arm/boot/dts/dra7-l4.dtsi  |  2 +-
 arch/arm/boot/dts/dra71-evm.dts |  2 +-
 arch/arm/boot/dts/dra71x.dtsi   | 17 +++++++++++++++++
 arch/arm/boot/dts/dra76x.dtsi   |  8 ++++++++
 4 files changed, 27 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/boot/dts/dra71x.dtsi

Comments

Tony Lindgren May 20, 2019, 3:37 p.m. UTC | #1
* Keerthy <j-keerthy@ti.com> [190516 18:14]:
> This series adds patches that fix boot on dra76/71-evms.
> 
> Changes in v2:
> 
>   * Pushed the disabling to dra76x and dra71x.dtsi respectively

Thanks applying into fixes.

Regards,

Tony