ARM: dts: socfpga: rename gpio nodes
authorDinh Nguyen <dinguyen@opensource.altera.com>
Wed, 22 Oct 2014 18:00:42 +0000 (13:00 -0500)
committerDinh Nguyen <dinguyen@opensource.altera.com>
Thu, 23 Oct 2014 01:59:07 +0000 (20:59 -0500)
Since the Synopsys GPIO IP can support multiple ports of varying widths, it
would make more sense to have the GPIO node DTS entry as this:

gpio0: gpio@ff708000{
porta{
};
};

Also, this is documented in the snps-dwapb-gpio.txt.

Suggested-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>

No differences found