
On Fri, 3 Dec 2021 at 15:09, Vladimir Oltean vladimir.oltean@nxp.com wrote:
Hi Simon,
On Fri, Dec 03, 2021 at 01:13:15PM -0700, Simon Glass wrote:
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
Thanks for the review!
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" },
Yes, indeed there are: https://patchwork.ozlabs.org/project/uboot/patch/20211202145409.2482099-4-vl... https://patchwork.ozlabs.org/project/uboot/patch/20211202145409.2482099-5-vl... https://patchwork.ozlabs.org/project/uboot/patch/20211202145409.2482099-6-vl... https://patchwork.ozlabs.org/project/uboot/patch/20211202145409.2482099-7-vl... https://patchwork.ozlabs.org/project/uboot/patch/20211202145409.2482099-8-vl... I didn't want to spam your mailbox with those.
Very kind :-)
- Simon