Skip to content

Commit 0673fd1

Browse files
msperlDigitalDreamtime
authored andcommitted
ARM: bcm2835: select OSC and PLLC_PER as PCM parent clocks
Define OSC and PLLC_PER as the only parent clocks used by the PCM clock. Signed-off-by: Martin Sperl <[email protected]>
1 parent 0a77769 commit 0673fd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/bcm2708_common.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@
115115
* derive from something else derived from CPRMAN..
116116
*/
117117
clocks = <&clk_osc>, <&dsi1 0>, <&dsi1 1>, <&dsi1 2>;
118+
brcm,clock-flags = <((1 << BCM2835_PER_PARENT_OSC) | (1 << BCM2835_PER_PARENT_PLLD_PER))>;
119+
brcm,clock-index = <BCM2835_CLOCK_PCM>;
118120
};
119121

120122
random: rng@7e104000 {

0 commit comments

Comments
 (0)