Message ID | 20170124023230.3990-11-wens@csie.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
On Tue, Jan 24, 2017 at 10:32:29AM +0800, Chen-Yu Tsai wrote: > All dts files for the sunxi platform have been switched to the generic > pinconf bindings. As a result, the sunxi specific pinctrl macros are > no longer used. > > Remove the #include entry with the following command: > > sed -i -e '/pinctrl\/sun4i-a10.h/D' \ > arch/arm64/boot/dts/allwinner/*.dts? > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> Applied, thanks! Maybe we should also remove the header entirely? Maxime
On Thu, Jan 26, 2017 at 6:15 PM, Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > On Tue, Jan 24, 2017 at 10:32:29AM +0800, Chen-Yu Tsai wrote: >> All dts files for the sunxi platform have been switched to the generic >> pinconf bindings. As a result, the sunxi specific pinctrl macros are >> no longer used. >> >> Remove the #include entry with the following command: >> >> sed -i -e '/pinctrl\/sun4i-a10.h/D' \ >> arch/arm64/boot/dts/allwinner/*.dts? >> >> Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > Applied, thanks! > > Maybe we should also remove the header entirely? I don't know. What do we do about deprecated bindings? ChenYu -- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Thu, Jan 26, 2017 at 07:23:25PM +0800, Chen-Yu Tsai wrote: > On Thu, Jan 26, 2017 at 6:15 PM, Maxime Ripard > <maxime.ripard@free-electrons.com> wrote: > > On Tue, Jan 24, 2017 at 10:32:29AM +0800, Chen-Yu Tsai wrote: > >> All dts files for the sunxi platform have been switched to the generic > >> pinconf bindings. As a result, the sunxi specific pinctrl macros are > >> no longer used. > >> > >> Remove the #include entry with the following command: > >> > >> sed -i -e '/pinctrl\/sun4i-a10.h/D' \ > >> arch/arm64/boot/dts/allwinner/*.dts? > >> > >> Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > > > Applied, thanks! > > > > Maybe we should also remove the header entirely? > > I don't know. What do we do about deprecated bindings? Well, we have to support the old device trees, but I don't think to be expected to still compile them from the source Maxime
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi index 99b6bb1e141c..6ec831177b22 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi @@ -44,7 +44,6 @@ #include <dt-bindings/clock/sun50i-a64-ccu.h> #include <dt-bindings/interrupt-controller/arm-gic.h> -#include <dt-bindings/pinctrl/sun4i-a10.h> #include <dt-bindings/reset/sun50i-a64-ccu.h> / {
All dts files for the sunxi platform have been switched to the generic pinconf bindings. As a result, the sunxi specific pinctrl macros are no longer used. Remove the #include entry with the following command: sed -i -e '/pinctrl\/sun4i-a10.h/D' \ arch/arm64/boot/dts/allwinner/*.dts? Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 1 - 1 file changed, 1 deletion(-)