Skip to content
  1. Feb 19, 2021
  2. Feb 18, 2021
  3. Feb 17, 2021
  4. Feb 16, 2021
  5. Feb 15, 2021
    • Phil Elwell's avatar
      overlays: Rename gpio-fsm property num-soft-gpios · d7c8eb81
      Phil Elwell authored
      
      
      The gpio-fsm property "num-soft-gpios" triggers a kernel DT checker
      that warns about the lack of #gpio-cells on a random node with the
      phandle that just happens to match the number of soft GPIOs. Rename
      the property to "num-swgpios" to avoid the warning.
      
      Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
      d7c8eb81
    • Phil Elwell's avatar
      gpio-fsm: Rename 'num-soft-gpios' to avoid warning · 1129cb7f
      Phil Elwell authored
      
      
      As of 5.10, the Device Tree parser warns about properties that look
      like references to "suppliers" of various services. "num-soft-gpios"
      resembles a declaration of a GPIO called "num-soft", causing the value
      to be interpreted as a phandle, the owner of which is checked for a
      "#gpio-cells" property.
      
      To avoid this warning, rename the gpio-fsm property to "num-swgpios".
      
      Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
      1129cb7f
  6. Feb 13, 2021