static int __init pismo_fixed_regulator_init(void)
{

	if (!machine_is_pismo())
		return 0;

	return platform_add_devices(fixed_reg_devs_pm347,
				ARRAY_SIZE(fixed_reg_devs_pm347));
}
static int __init pismo_throttle_init(void)
{
	if (machine_is_pismo())
		balanced_throttle_register(&tj_throttle, "pismo-nct");
	return 0;
}