Commit 563ba37
committed
clk/bcm2835: Don't allow "osc" as a parent for "dpi"
DPI being a pixel clock needs to be fairly accurate.
BCM2711 has changed the oscillator from 19.2MHz to 54MHz, so
the current clock manager code thinks that for eg a 32MHz pixel
clock it can use the oscillator and a fractional divider. For
many displays this isn't acceptable.
Add a new option for clock parentage that doesn't permit the
oscillator, and use this option for the DPI clock.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>1 parent 15c0556 commit 563ba37
1 file changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1637 | 1637 | | |
1638 | 1638 | | |
1639 | 1639 | | |
| 1640 | + | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
| 1654 | + | |
| 1655 | + | |
1640 | 1656 | | |
1641 | 1657 | | |
1642 | 1658 | | |
| |||
2126 | 2142 | | |
2127 | 2143 | | |
2128 | 2144 | | |
2129 | | - | |
| 2145 | + | |
2130 | 2146 | | |
2131 | 2147 | | |
2132 | 2148 | | |
| |||
0 commit comments