mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-07 01:40:49 +01:00
board: devsoc: Update UART clock configuration
This changes update UART clock MND values Change-Id: Ie851446e0507b0015a381f196ce4cec1dce3a4bf Signed-off-by: Vandhiadevan Karunamoorthy <quic_vkarunam@quicinc.com>
This commit is contained in:
parent
b8611c7623
commit
6f8883280b
1 changed files with 3 additions and 3 deletions
|
|
@ -21,9 +21,9 @@
|
|||
serial@78AF000 {
|
||||
compatible = "qca,ipq-uartdm";
|
||||
reg = <0x78af000 0x200>;
|
||||
m_value = <0x24>;
|
||||
n_value = <0xC31A>;
|
||||
d_value = <0xC2F6>;
|
||||
m_value = <36>;
|
||||
n_value = <15625>;
|
||||
d_value = <15625>;
|
||||
bit_rate = <0xff>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue