devm_auxiliary_device_create
adev = devm_auxiliary_device_create(dev, reset_name, (__force void *)clk_base);
adev = devm_auxiliary_device_create(dev, "reset", NULL);
adev = devm_auxiliary_device_create(&pdev->dev, "reset", NULL);
adev = devm_auxiliary_device_create(&pdev->dev, "power", NULL);
adev = devm_auxiliary_device_create(parent, name, ec);
adev = devm_auxiliary_device_create(dev, "reboot", aon_chan);
adev = devm_auxiliary_device_create(dev, "hwmon", NULL);
adev = devm_auxiliary_device_create(clk_dev, "reset-mpfs", (void *)map);