Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StarFive JH7100 Clock Generator Driver #18

Merged
merged 4 commits into from
Jun 1, 2021
Merged

Commits on Jun 1, 2021

  1. [WIP] dt-bindings: clock: starfive: Add preliminary JH7100 bindings

    Add preliminary Device Tree bindings for the StarFive JH7100 Clock
    Generator.
    
    To be verified against documentation when it becomes available.
    
    Signed-off-by: Geert Uytterhoeven <[email protected]>
    geertu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    7822015 View commit details
    Browse the repository at this point in the history
  2. [WIP] dt-bindings: clock: starfive: Add preliminary JH7100 Clock Defi…

    …nitions
    
    Add all clock outputs for the StarFive JH7100 Clock Generator, based on
    the list of fixed-frequency clocks defined in jh7100.dtsi.
    
    To be verified against documentation when it becomes available.
    
    Signed-off-by: Geert Uytterhoeven <[email protected]>
    geertu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bc7e5c3 View commit details
    Browse the repository at this point in the history
  3. [WIP] clk: starfive: Add preliminary JH7100 Clock Generator Driver

    Add a preliminary driver for the StarFive JH7100 Clock Generator.
    For now, all clocks are implemented as fixed-factor clocks relative to
    osc0, based on the list of fixed-frequency clocks defined in
    jh7100.dtsi.
    
    To be updated when the documentation becomes available.
    
    Signed-off-by: Geert Uytterhoeven <[email protected]>
    geertu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    ec73383 View commit details
    Browse the repository at this point in the history
  4. [WIP] riscv: dts: starfive-jh7100: Convert to JH7100 Clock Generator …

    …bindings
    
    Convert the StarFive JH7100 Device Trees to the preliminary JH7100 Clock
    Generator bindings:
      - Add placeholders for the OSC0 and OSC1 crystals in the SoC .dtsi
        file,
      - Fill the OSC0 and OSC1 crystal clock rates in the board .dts file,
      - Replace all explicitly-defined fixed-frequency clocks by a single
        clock controller device node,
      - Update clock references.
    
    Signed-off-by: Geert Uytterhoeven <[email protected]>
    geertu committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    d73bab0 View commit details
    Browse the repository at this point in the history