Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-sp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-sp
  • Repository
  • linux-sp
  • arch
  • arm
  • boot
  • dts
  • am43xx-clocks.dtsi
Find file BlameHistoryPermalink
  • Tero Kristo's avatar
    ARM: dts: am43xx: add support for clkout1 clock · 01053dad
    Tero Kristo authored Dec 11, 2019
    clkout1 clock node and its generation tree was missing. Add this based
    on the data on TRM and PRCM functional spec.
    
    commit 664ae1ab ("ARM: dts: am43xx: add clkctrl nodes") effectively
    reverted this commit 8010f13a ("ARM: dts: am43xx: add support for
    clkout1 clock") which is needed for the ov2659 camera sensor clock
    definition hence it is being re-applied here.
    
    Note that because of the current dts node name dependency for mapping to
    clock domain, we must still use "clkout1-*ck" naming instead of generic
    "clock@" naming for the node. And because of this, it's probably best to
    apply the dts node addition together along with the other clock changes.
    
    Fixes: 664ae1ab
    
     ("ARM: dts: am43xx: add clkctrl nodes")
    Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
    Tested-by: default avatarBenoit Parrot <bparrot@ti.com>
    Acked-by: default avatarTony Lindgren <tony@atomide.com>
    Signed-off-by: default avatarBenoit Parrot <bparrot@ti.com>
    Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
    01053dad