dm: test: Add a test for of-platdata phandles
[platform/kernel/u-boot.git] / drivers / clk / clk_fixed_rate.c
index 55e1f8c..f86b4a0 100644 (file)
@@ -46,8 +46,8 @@ static const struct udevice_id clk_fixed_rate_match[] = {
        { /* sentinel */ }
 };
 
-U_BOOT_DRIVER(clk_fixed_rate) = {
-       .name = "fixed_rate_clock",
+U_BOOT_DRIVER(fixed_clock) = {
+       .name = "fixed_clock",
        .id = UCLASS_CLK,
        .of_match = clk_fixed_rate_match,
        .ofdata_to_platdata = clk_fixed_rate_ofdata_to_platdata,