
Hi Vladimir,
On Thu, 2 Dec 2021 at 07:54, Vladimir Oltean vladimir.oltean@nxp.com wrote:
Now that all in-tree boards have been converted to the compatible strings from Linux, delete the support for the ad-hoc "pcf2127-rtc" one.
Cc: Simon Glass sjg@chromium.org Signed-off-by: Vladimir Oltean vladimir.oltean@nxp.com
drivers/rtc/pcf2127.c | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org
This seems to still be used in the tree. I assume there are other patches that fix that.
git grep pcf2127-rtc arch/arm/dts/fsl-ls1028a-qds.dtsi: compatible = "pcf2127-rtc"; arch/arm/dts/fsl-ls1028a-rdb.dts: compatible = "pcf2127-rtc"; arch/arm/dts/fsl-ls1088a-qds.dtsi: compatible = "pcf2127-rtc"; arch/arm/dts/fsl-ls1088a-rdb.dts: compatible = "pcf2127-rtc"; arch/arm/dts/fsl-lx2160a-qds.dtsi: compatible = "pcf2127-rtc"; arch/arm/dts/fsl-lx2160a-rdb.dts: compatible = "pcf2127-rtc"; drivers/rtc/pcf2127.c: { .compatible = "pcf2127-rtc" },
Regards, Simon