1. 23 Oct, 2019 5 commits
    • Tony Lindgren's avatar
      ARM: dts: Drop pointless status changing for am3 musb · 12afc0cf
      Tony Lindgren authored
      The default is enabled, and there should be no need to reconfigure
      the status for SoC internal devices in the board specific files.
      
      Only the USB PHY used needs to be configured in the board specific
      files.
      
      Cc: Bin Liu <b-liu@ti.com>
      Cc: Keerthy <j-keerthy@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      12afc0cf
    • Tony Lindgren's avatar
      ARM: dts: Probe am335x musb with ti-sysc · 0782e857
      Tony Lindgren authored
      We can now probe musb with ti-sysc interconnect driver and dts data
      with the following changes:
      
      1. Swap the old ti,am33xx-usb compatible wrapper to generic ti-sysc
         driver. This means later on we can also remove the old wrapper driver
         drivers/usb/musb/musb_am335x.c
      
      2. Update the child nodes to use the ranges provided by ti-sysc
      
      3. Drop unneeded status = "enabled" tinkering for SoC internal devices.
         This allows us to remove some useless board specific boilerplate code
         in the following patches
      
      Cc: Bin Liu <b-liu@ti.com>
      Cc: Keerthy <j-keerthy@ti.com>
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      0782e857
    • Tony Lindgren's avatar
      ARM: OMAP2+: Drop legacy platform data for musb on omap4 · 93f34e4e
      Tony Lindgren authored
      We can now probe devices with ti-sysc interconnect driver and dts
      data. Let's drop the related platform data and custom ti,hwmods
      dts property.
      
      As we're just dropping data, and the early platform data init
      is based on the custom ti,hwmods property, we want to drop both
      the platform data and ti,hwmods property in a single patch.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      93f34e4e
    • Tony Lindgren's avatar
      ARM: OMAP2+: Drop legacy platform data for omap4 mcasp · 9ac545f9
      Tony Lindgren authored
      We can now probe devices with ti-sysc interconnect driver and dts
      data. Let's drop the related platform data and custom ti,hwmods
      dts property.
      
      As we're just dropping data, and the early platform data init
      is based on the custom ti,hwmods property, we want to drop both
      the platform data and ti,hwmods property in a single patch.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      9ac545f9
    • Tony Lindgren's avatar
      ARM: OMAP2+: Drop legacy platform data for am3 and am4 mcasp · 491a3528
      Tony Lindgren authored
      We can now probe devices with ti-sysc interconnect driver and dts
      data. Let's drop the related platform data and custom ti,hwmods
      dts property.
      
      As we're just dropping data, and the early platform data init
      is based on the custom ti,hwmods property, we want to drop both
      the platform data and ti,hwmods property in a single patch.
      Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
      491a3528
  2. 21 Oct, 2019 30 commits
  3. 18 Oct, 2019 2 commits
  4. 08 Oct, 2019 3 commits