From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] include: dt-bindings: rockchip: mark RK_GPIO defines as deprecated Date: Mon, 11 May 2020 16:36:05 -0500 Message-ID: <20200511213605.GA14679@bogus> References: <20200424151105.18736-1-jbx6244@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200424151105.18736-1-jbx6244-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Johan Jonker Cc: heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rockchip.vger.kernel.org On Fri, Apr 24, 2020 at 05:11:05PM +0200, Johan Jonker wrote: > The defines RK_GPIO0, RK_GPIO1, RK_GPIO2, RK_GPIO3, > RK_GPIO4 and RK_GPIO6 are no longer used. Mark them as > "deprecated" to prevent that someone start using them again. What changed exactly? The binding changed, or just using raw 0-6 instead of the defines? If there's not anything using these in tree, just delete them. It is still used in the binding doc. Rob