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:
Alexander von Gluck IV 2017-11-18 13:19:26 -06:00
parent dcdad04383
commit dc9cdc37d0

View File

@ -471,7 +471,7 @@
interrupts = <65>;
interrupt-parent = <&intc>;
clock-frequency = <3000000>; /* Set by VideoCore */
clock-frequency = <48000000>; /* Set by VideoCore */
reg-shift = <2>;
};