Re: [PATCH 2/3] Documentation: watchdog: qcom-wdt: Remove deprecated compatible

From: Rob Herring
Date: Thu Feb 06 2020 - 15:46:32 EST


On Tue, Feb 04, 2020 at 08:09:58AM -0800, Guenter Roeck wrote:
> On Tue, Feb 04, 2020 at 04:21:02PM +0100, Ansuel Smith wrote:
> > "qcom,kpss-wdt-msm8960"
> > "qcom,kpss-wdt-apq8064"
> > "qcom,kpss-wdt-ipq8064"
> > "qcom,kpss-wdt-ipq4019"
> >
> > and deprectaed and not used in the driver code at all. Drop them and
> > fix the example.
> >
> Rob may correct me, but I don't think you can just remove
> deprecated properties. It doesn't matter if the driver supports
> it or not; after all, DT property descriptions are supposed
> to be OS independent.

Right.

Also, there's a conversion of this to schema under review, so it will
need to be refactored if not dropped.

Rob