OSDN Git Service

Merge tag 'omap-for-v5.7/ti-sysc-drop-pdata-signed' into ti81xx
authorTony Lindgren <tony@atomide.com>
Tue, 17 Mar 2020 16:48:39 +0000 (09:48 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 17 Mar 2020 16:48:39 +0000 (09:48 -0700)
commita7cbd5cb4187eda7f633c7c5df9d9cc12ec9f7b8
treea83012d02769348b0c069d9bb94ed14026ee1843
parent1bf4b15b1975f4554cb3346dc82b02f5f4a1271b
parent104d56b3e3766931ff1a1d786d2fcce908daaaf7
Merge tag 'omap-for-v5.7/ti-sysc-drop-pdata-signed' into ti81xx

Drop legacy platform data for omaps for v5.7

This series of changes continues dropping legacy platform data for
omaps by updating devices to probe with ti-sysc interconnect target
module driver:

- Update omap4, omap5, am437x, and dra7 display subsystem (DSS)
  to probe with device tree data only

- Update am335x, am437x and dra7 to probe EDMA to probe with
  device tree data only

- Drop legacy platform data for am335x and am437x PRUSS as the
  current code just keeps the devices in reset

- Drop legacy platform data for omap4 DSP and IPU as the current
  code just keeps the devices in reset

- Configure am437x and dra7 PRU-ICSS to probe with device tree
  data

For the dropped omap4 DSP and IPU platform data, there will be patches
coming later on to configure the accelerators using the omap remoteproc
bindings so hopefully folks can actually use these devices eventually.