Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • R raspberrypi_linux
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Mirrors
  • github.com
  • raspberrypi_linux
  • Repository
Switch branch/tag
  • raspberrypi_linux
  • arch
  • arm
  • boot
  • dts
  • overlays
  • imx219-overlay.dts
Find file BlameHistoryPermalink
  • Phil Elwell's avatar
    overlays: Move "fixed-clock" nodes to the root · 6ae19222
    Phil Elwell authored May 11, 2020
    Apart from some special cases, device objects are only created for
    nodes if they are children of a bus or the root node. "fixed-clock"
    is one of the exceptions that will be instantiated wherever it is
    found, but only during kernel initialisation - ruling out loading the
    overlay at runtime.
    
    Move most of the affected clocks to be children of the root, only
    leaving those in overlays that could be multiply instantiated, to avoid
    a potential name clash.
    
    See: https://github.com/raspberrypi/linux/issues/3602
    
    Signed-off-by: default avatarPhil Elwell <phil@raspberrypi.com>
    6ae19222