[PATCH 08/15] rtc: pcf2127: remove U-Boot specific compatible string
Simon Glass
sjg at chromium.org
Fri Dec 3 21:13:15 CET 2021
Hi Vladimir,
On Thu, 2 Dec 2021 at 07:54, Vladimir Oltean <vladimir.oltean at 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 at chromium.org>
> Signed-off-by: Vladimir Oltean <vladimir.oltean at nxp.com>
> ---
> drivers/rtc/pcf2127.c | 1 -
> 1 file changed, 1 deletion(-)
Reviewed-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list