dm: test: Add a test for of-platdata phandles
[platform/kernel/u-boot.git] / drivers / clk / clk_sandbox.c
index 768fbb7..0ff1b49 100644 (file)
@@ -124,8 +124,8 @@ static const struct udevice_id sandbox_clk_ids[] = {
        { }
 };
 
-U_BOOT_DRIVER(clk_sandbox) = {
-       .name           = "clk_sandbox",
+U_BOOT_DRIVER(sandbox_clk) = {
+       .name           = "sandbox_clk",
        .id             = UCLASS_CLK,
        .of_match       = sandbox_clk_ids,
        .ops            = &sandbox_clk_ops,