summaryrefslogtreecommitdiff
path: root/arch/x86/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-02-06 19:54:54 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-02-07 17:41:24 +0300
commit659252e7def2be650cc947df850184a3f8fcab3c (patch)
treea846a49f86550a0e877896977884dae05cda1efc /arch/x86/dts
parentb4d00b256e3c784de4a33a40f4cd28a94ee2a80c (diff)
downloadu-boot-659252e7def2be650cc947df850184a3f8fcab3c.tar.xz
x86: apl: Use the clock driver
Enable the Intel clock driver and modify coral's device tree to use it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/dts')
-rw-r--r--arch/x86/dts/chromebook_coral.dts5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/dts/chromebook_coral.dts b/arch/x86/dts/chromebook_coral.dts
index a1820fa187..a4a9e949e6 100644
--- a/arch/x86/dts/chromebook_coral.dts
+++ b/arch/x86/dts/chromebook_coral.dts
@@ -39,6 +39,11 @@
stdout-path = &serial;
};
+ clk: clock {
+ compatible = "intel,apl-clk";
+ #clock-cells = <1>;
+ };
+
cpus {
u-boot,dm-pre-reloc;
#address-cells = <1>;