Commit 52d7c426 authored by Joachim Eastwood's avatar Joachim Eastwood

ARM: dts: lpc18xx: add creg-clk node

Add node for the creg clock controller and change the input
clock on cgu to use it.
Signed-off-by: default avatarJoachim Eastwood <manabian@gmail.com>
parent f55532a0
......@@ -195,6 +195,12 @@ creg: syscon@40043000 {
clocks = <&ccu1 CLK_CPU_CREG>;
resets = <&rgu 5>;
creg_clk: clock-controller {
compatible = "nxp,lpc1850-creg-clk";
clocks = <&xtal32>;
#clock-cells = <1>;
};
usb0_otg_phy: phy@004 {
compatible = "nxp,lpc1850-usb-otg-phy";
clocks = <&ccu1 CLK_USB0>;
......@@ -213,7 +219,7 @@ cgu: clock-controller@40050000 {
compatible = "nxp,lpc1850-cgu";
reg = <0x40050000 0x1000>;
#clock-cells = <1>;
clocks = <&xtal>, <&xtal32>, <&enet_rx_clk>, <&enet_tx_clk>, <&gp_clkin>;
clocks = <&xtal>, <&creg_clk 1>, <&enet_rx_clk>, <&enet_tx_clk>, <&gp_clkin>;
};
ccu1: clock-controller@40051000 {
......
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