]> git.dujemihanovic.xyz Git - u-boot.git/commit
clk: x86: Correct the driver name
authorSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2021 20:57:12 +0000 (13:57 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 30 Jan 2021 21:25:41 +0000 (14:25 -0700)
commit0dc2bf2b6e6e7581e3307f3aa65d0ce310375511
treefe5eca8c4a89240e6e1cd3ebe687ac69633b2ca2
parent5c5992cb90cf9ca4d51e38d9a95a13c293904df5
clk: x86: Correct the driver name

The current driver name does not match its compatible string, so
of-platdata does not work correctly. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/clk/intel/clk_intel.c