Skip to content
Snippets Groups Projects
  1. Feb 29, 2024
    • Roger Quadros's avatar
      mux: autoprobe if "idle-states" present in device tree · 946bc3bc
      Roger Quadros authored and Tom Rini's avatar Tom Rini committed
      
      Some platforms need the MUX state to be auto initialized at
      boot time even if there are no explicit users for the MUX.
      In these cases, the MUX device tree has "idle-states" property
      which specifies what state the MUX should be initialized to.
      
      So far we were relying on custom u-boot property "u-boot,mux-autoprobe"
      to autoprobe such MUXes. This patch causes the MUX to autoprobe
      if it has "idle-states" property in device tree.
      
      This should allow us to stop using the custom "u-boot,mux-autoprobe"
      property.
      
      Signed-off-by: default avatarRoger Quadros <rogerq@kernel.org>
      946bc3bc
  2. Jan 30, 2024
  3. Jan 29, 2024
Loading