mbox series

[v3,0/2] Update AM3/4 GPIO number as per datasheet

Message ID 20190917234829.91132-1-ankur.tyagi@gallagher.com (mailing list archive)
Headers show
Series Update AM3/4 GPIO number as per datasheet | expand

Message

Ankur Tyagi Sept. 17, 2019, 11:48 p.m. UTC
Sitara technical reference manual numbers GPIO from 0 whereas
in code GPIO are numbered from 1.

Changes since v2:
- Split AM3 and AM4 changes into different patch
- Added missing dtsi changes to fix compilation failure

Changes since v1:
- Combine changes in single patch to avoid compilation failure
- Update AM4 GPIO numbers as well

Ankur Tyagi (2):
  clk: ti: am3: Update AM3 GPIO number as per datasheet
  clk: ti: am4: Update AM4 GPIO number as per datasheet

 arch/arm/boot/dts/am33xx-l4.dtsi | 24 ++++++++++-----------
 arch/arm/boot/dts/am437x-l4.dtsi | 36 ++++++++++++++++----------------
 drivers/clk/ti/clk-33xx-compat.c | 12 +++++------
 drivers/clk/ti/clk-33xx.c        | 12 +++++------
 drivers/clk/ti/clk-43xx-compat.c | 16 +++++++-------
 drivers/clk/ti/clk-43xx.c        | 16 +++++++-------
 include/dt-bindings/clock/am3.h  | 16 +++++++-------
 include/dt-bindings/clock/am4.h  | 24 ++++++++++-----------
 8 files changed, 78 insertions(+), 78 deletions(-)