Skip to content

Commit 8cbff69

Browse files
alexandrebelloniNicolas Ferre
authored andcommitted
ARM: at91/dt: sam9n12: correct PLLA ICPLL and OUT values
ICPLL can only take 0 or 1, it got mixed with OUT which can be in the [0-3] range. Signed-off-by: Alexandre Belloni <[email protected]> Acked-by: Boris BREZILLON <[email protected]> Signed-off-by: Nicolas Ferre <[email protected]>
1 parent b6616f1 commit 8cbff69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/at91sam9n12.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
<595000000 650000000 3 0>,
133133
<545000000 600000000 0 1>,
134134
<495000000 555000000 1 1>,
135-
<445000000 500000000 1 2>,
136-
<400000000 450000000 1 3>;
135+
<445000000 500000000 2 1>,
136+
<400000000 450000000 3 1>;
137137
};
138138

139139
plladiv: plladivck {

0 commit comments

Comments
 (0)