1. 14 Jul, 2023 1 commit
    • Diogo Ivo's avatar
      arm64: tegra: Fix HSUART for Smaug · 590bfe51
      Diogo Ivo authored
      After commit 71de0a05 ("arm64: tegra: Drop serial clock-names and
      reset-names") was applied, the HSUART failed to probe and the following
      error is seen:
      
       serial-tegra 70006300.serial: Couldn't get the reset
       serial-tegra: probe of 70006300.serial failed with error -2
      
      Commit 71de0a05 ("arm64: tegra: Drop serial clock-names and
      reset-names") is correct because the "reset-names" property is not
      needed for 8250 UARTs. However, the "reset-names" is required for the
      HSUART and should have been populated as part of commit a63c0cd8
      ("arm64: dts: tegra: smaug: Add Bluetooth node") that enabled the HSUART
      for the Pixel C. Fix this by populating the "reset-names" property for
      the HSUART on the Pixel C.
      
      Fixes: a63c0cd8 ("arm64: dts: tegra: smaug: Add Bluetooth node")
      Signed-off-by: default avatarDiogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
      Reviewed-by: default avatarJon Hunter <jonathanh@nvidia.com>
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      590bfe51
  2. 13 Jul, 2023 4 commits
  3. 09 Jul, 2023 10 commits
  4. 08 Jul, 2023 25 commits