Commit fcf0c725 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Simon Horman

ARM: shmobile: koelsch: Specify external clock frequency in DT

The external crystal frequency is 20MHz on the Koelsch board. Specify it
in the device tree.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent 62e43056
...@@ -45,6 +45,10 @@ led8 { ...@@ -45,6 +45,10 @@ led8 {
}; };
}; };
&extal_clk {
clock-frequency = <20000000>;
};
&pfc { &pfc {
pinctrl-0 = <&scif0_pins &scif1_pins>; pinctrl-0 = <&scif0_pins &scif1_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
......
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