commit | 668443bc74e80b03aca206535ac030ac76ce16d5 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Wed Jan 23 18:18:31 2019 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jan 24 08:38:27 2019 -0500 |
tree | 5c84c1fb12c53b9fba228a3914c6367fbee16ed4 | |
parent | 372fb5da5127eb74fe3e3cd26eeb881b0e6b498d [diff] |
drivers: eth_enc28j60: Fix CS GPIO support We now generate CS GPIO defines from the DTS that we can utilize. We needed to slightly update the #defines in the driver from: DT_MICROCHIP_ENC28J60_0_CS_GPIOS_{PIN,CONTROLLER} to DT_MICROCHIP_ENC28J60_0_CS_GPIO_{PIN,CONTROLLER} Fixes #12640 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>