hwmon: epm-adc: Update compatible value in the match table

Update the compatible value in the match table to be
more device specific. EPM driver uses Cypress
CY8C5568LTI-114 to perform ADC reads.

Change-Id: I4331662a9b7e461b2b1ef0b54354340199fc2181
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
This commit is contained in:
Siddartha Mohanadoss 2012-10-25 15:29:22 -07:00 committed by Stephen Boyd
parent e573502335
commit 06b7e83db7
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ userspace clients.
EPM node
Required properties:
- compatible : should be "qcom,epm-adc" for EPM using PSoC5.
- compatible : should be "cy,epm-adc-cy8c5568lti-114" for EPM using PSoC5.
- reg : chip select for the device.
- interrupt-parent : should be phandle of the interrupt controller
servicing the interrupt for this device.

View file

@ -1703,7 +1703,7 @@ static int epm_adc_psoc_spi_remove(struct spi_device *spi)
}
static const struct of_device_id epm_adc_psoc_match_table[] = {
{ .compatible = "qcom,epm-adc",
{ .compatible = "cy,epm-adc-cy8c5568lti-114",
},
{}
};