diff --git a/Documentation/devicetree/bindings/hwmon/epm_adc.txt b/Documentation/devicetree/bindings/hwmon/epm_adc.txt index 89edc16ebddd..a0ca490dd79c 100644 --- a/Documentation/devicetree/bindings/hwmon/epm_adc.txt +++ b/Documentation/devicetree/bindings/hwmon/epm_adc.txt @@ -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. diff --git a/drivers/hwmon/epm_adc.c b/drivers/hwmon/epm_adc.c index 6d50cf518816..0bfbffd45ca9 100644 --- a/drivers/hwmon/epm_adc.c +++ b/drivers/hwmon/epm_adc.c @@ -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", }, {} };