Commit e36fcd13 authored by Brian Norris's avatar Brian Norris Committed by Florian Fainelli

ARM: dts: brcmstb: un-hexify clock frequency

This value makes much more sense in decimal.
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
Acked-by: default avatarGregory Fong <gregory.0xf0@gmail.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent cd590b50
......@@ -76,7 +76,7 @@ serial@40ab00 {
reg-shift = <2>;
reg-io-width = <4>;
interrupts = <GIC_SPI 75 IRQ_TYPE_LEVEL_HIGH>;
clock-frequency = <0x4d3f640>;
clock-frequency = <81000000>;
};
sun_top_ctrl: syscon@404000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment