Re: [PATCH 08/10] leds: Add binding for Juniper's I2CS FPGA

2016-10-10 Thread Jacek Anaszewski
{ + reg = <2>; + linux,default-trigger = "fpc0-ok"; + }; +}; -- Best regards, Jacek Anaszewski -- To unsubscribe from this list: send the line "unsubscribe linux-hwmon" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 07/10] leds: i2cs: Add I2CS FPGA leds driver

2016-10-10 Thread Jacek Anaszewski
LE_DEVICE_TABLE(of, jnx_i2cs_leds_match); + +static struct platform_driver jnx_i2cs_leds_driver = { + .driver = { + .name = "leds-i2cs", + .of_match_table = jnx_i2cs_leds_match, + }, + .probe = jnx_i2cs_leds_probe, + .remove = jnx_i2cs_leds_remo