Skip to content
Snippets Groups Projects
  1. Mar 08, 2023
  2. Mar 03, 2023
  3. Feb 28, 2023
  4. Feb 23, 2023
    • GitBot's avatar
      Integrate gfxml2dto/santvend-board-rev · d8acbb50
      GitBot authored
      --
      
      Commit: seco-ne/tools/gfxml2dto@f4588ff5
      
      
      
      santvend: add an alternative way to get board rev
      
      In case if gfplatdetect is not available in the system, extract a board
      revision from /proc/cpuinfo.
      
      Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
      
      --
      
      Commit: seco-ne/tools/gfxml2dto@272c1379
      
      
      
      platform: fix read_from_file function
      
      According to the description of "read_from_file", the function should
      return a line from file when this line starts with 'match' string,
      provided as an argument. But the current implementation does not follow
      this description - it compares a full line (not only beginning) with the
      'match' string. As a result, a desired result (line) will be returned by
      the function only if a line is equal to the 'match' string.
      
      To make the function work according to the description, replace strcmp
      with strncmp.
      
      Also remove tabulation from eol symbols to return a full line.
      
      Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
      d8acbb50
  5. Feb 20, 2023
  6. Feb 10, 2023
  7. Feb 08, 2023
  8. Feb 07, 2023
  9. Feb 06, 2023
  10. Feb 03, 2023
  11. Feb 01, 2023
    • GitBot's avatar
      Integrate gfxml2dto/add-santvend-support · 33d7e308
      GitBot authored
      --
      
      Commit: seco-ne/tools/gfxml2dto@a7992ae3
      
      
      
      santvend: add SPI BLE configuration depending on board rev
      
      Depending on the revision of hardware, different nodes should be added
      to resulted device tree:
      - in case of v1.2 revision, it is equipped with ISP091201 BLE module
      which is governed by special "spidevas" driver which implements its own
      chip select handling. And in order to make it work, cs-gpios must be
      removed for ecspi3 node.
      - in case of v1.3 revision, it is equipped with Protues-III BLE module,
      which is governed by standard "spidev" driver.
      
      Both these spidev nodes are disabled in device tree by default,
      and a proper device is enabled depending on the board revision.
      
      Signed-off-by: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
      
      --
      
      Commit: seco-ne/tools/gfxml2dto@8112b025
      
      
      
      dto: panel: add a handler for lvds.mode to activate Dual channel
      
      To make dual channel LVDS work, add a handler for "mode" variable in
      config.xml by analogy with Jethro. So if Dual channel display is used,
      this variable should be set to "spl0" value.
      
      Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
      
      --
      
      Commit: seco-ne/tools/gfxml2dto@a95edfa9
      
      
      
      platform: add support of SantVend
      
      Add description of Quad and DualLite flavors of SantVend boards:
      * mx6q-santvend
      * mx6dl-santvend
      
      Signed-off-by: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
      33d7e308
  12. Jan 27, 2023
  13. Jan 23, 2023
  14. Jan 12, 2023
  15. Jan 10, 2023
  16. Jan 09, 2023
  17. Jan 03, 2023
  18. Dec 21, 2022
  19. Dec 20, 2022
  20. Dec 19, 2022
  21. Dec 09, 2022
  22. Dec 06, 2022
  23. Nov 28, 2022
  24. Nov 21, 2022
  25. Nov 11, 2022
  26. Nov 08, 2022
  27. Nov 07, 2022
    • GitBot's avatar
      Integrate meta-seconorth-machine/add-tanaro-fannal-10.1 · 07162657
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@2c43c1d4
      
      tanaro: Add devicetree for Fannal 10.1" display
      
      (cherry picked from commit 9b63e87fab9825ecb5c9e93001b7032a723847eb)
      07162657
    • GitBot's avatar
      Integrate linux-imx-kuk/add-fn1010-display · b5bf699a
      GitBot authored
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@d579575d
      
      dts:tanaro: Fix pixel clock and framerate for 10.1 Dataimage SCX1001255GGU06 display
      
      Adapt pixelclock to 71MHz, fixed clock tree.
      
      BCS 746-001034
      
      (cherry picked from commit b33f9429cb5fb55f83008f225d9e75c46cfa9b96)
      
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@910f3238
      
      dts:tanaro: Add support for 10.1 Fannal FN1010D013C display and touch
      
      BCS 746-001034
      
      (cherry picked from commit 9b958c666231b0adef57e1f4a313c30127f85333)
      (cherry picked from commit f080c69fed1b4e77f4e86f3b146fe80d79a0e3ec)
      dts:tanaro:Fannal 10.1" display: improve timing, works with SSC now
      (cherry picked from commit 6f218c55b2c6ebc4d75b95ad86f43ddc48962c3e)
      
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@6cdb4709
      
      seco-mx8mm: Allow to specify the VIDIO_PLL1_RATE as define
      
      This is a bit hacky but currently I don't know a better solution.
      
      Though the doc say assigned-clock-parents may not be used to set clock rates
      if there are multiple consumers this is used here widely.
      ( see Documentation/devicetree/bindings/clock/clock-bindings.txt line 164)
      To allow to change this in devicetree using this file, this macro is
      introduced, using the default value from before as default.
      
      BCS 746-001034
      
      (cherry picked from commit 89848b5e14a04f548dd17b494225bdbb488b7ccd)
      
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@2bd87764
      
      mx8m:sec-dsim: Add message to sec-dsim to print out resulting pixel clock rate
      
      BCS 746-001034
      
      (cherry picked from commit afc2f90581071da9634e5274063a0feca2ae2e66)
      
      --
      
      Commit: seco-ne/kernel/linux-imx-kuk@ae2c2a4b
      
      seco-mx8mm:tanaro:clk-pll14xx:video-pll1: Add additional setpoint for 700MHz
      
      The pll only has a few preconfigured settings. This adds 700MHz
      to achieve additional pixel clocks.
      
      BCS 746-001034
      
      (cherry picked from commit b320dc652efe84a715bf7dfeb26e31bc222ec192)
      b5bf699a
  28. Nov 04, 2022
  29. Oct 19, 2022
Loading