[PATCH 4/6] arm: vt8500: Remove gpio devicetree nodes

Arnd Bergmann arnd at arndb.de
Wed Mar 13 12:26:53 EDT 2013


On Wednesday 13 March 2013, Linus Walleij wrote:
> > -               gpio: gpio-controller at d8110000 {
> > -                       compatible = "via,vt8500-gpio";
> > -                       gpio-controller;
> > -                       reg = <0xd8110000 0x10000>;
> > -                       #gpio-cells = <3>;
> > -               };
> 
> Whopeedo. If I understand the fine devicetree folks you may
> remove this stuff from the devicetree, but the code in the new
> pin control driver should still be backward-compatible with
> devicetrees that look like this.
> 
> It's not like I care, just noting that this is the philosophy around
> such things.

Right. For brand new code that does not have a lot of users, we can
be more pragmatic though. If you are sure enough that it does not
break for any existing users, we can change the binding. This may
well be the case for vt8500.

	Arnd



More information about the linux-arm-kernel mailing list