dtb/rpi2: Correct UART base frequency.
* https://github.com/raspberrypi/firmware/issues/643 * Mimics what the RaspberryPi guys adjusted it to in the firmware. * Solves corrupted UART serial on the RaspberryPi 2 * I think linux live-probes this frequency via dt-bindings.
This commit is contained in:
parent
dcdad04383
commit
dc9cdc37d0
@ -471,7 +471,7 @@
|
||||
interrupts = <65>;
|
||||
interrupt-parent = <&intc>;
|
||||
|
||||
clock-frequency = <3000000>; /* Set by VideoCore */
|
||||
clock-frequency = <48000000>; /* Set by VideoCore */
|
||||
reg-shift = <2>;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user