Jump to content

[Armbian build PR] - media: fix firefly-rk3399 mini-pcie slot


RSS Bot

Recommended Posts

Description

media: fix firefly-rk3399 mini-pcie slot.

Problem description: The 3G/4G module is not available on the firefly-rk3399.

  1. According to the schematic, the "MINI PCIE" on the firefly-rk3399 only has USB2 functionality. firefly-rk3399-mini-pcie-slot
  2. Comparing with the official kernel device tree, it is found that the vcc3v3-3g-regulator power supply node is missing.
  3. However, the pins used by this node conflict with the leds node referenced in the kernel device tree for roc-rk3399-pc. This node is redundant in firefly-rk3399, so it is defined as "node deletion".

Summary of modifications:

  1. Added vcc3v3-3g-regulator power supply node.
  2. Defined node deletion.

How Has This Been Tested?

  • [x] Successfully built.
  • [x] System startup.
  • [x] The USB2 functionality of "MINI PCIE".

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [x] Any dependent changes have been merged and published in downstream modules

View the full article

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines