Skip to content

Commit

Permalink
dt-bindings: pinctrl: imx7d: Fix PAD_CTL_DSE_X*
Browse files Browse the repository at this point in the history
In the iMX7d datasheet, the PAD_CTL_DSE_X* values are different from
the documentation.

Changes since v2:
* Changed patch title to 'dt-bindings: pinctrl: imx7d:'

Signed-off-by: Christina Quast <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Acked-by: Dong Aisheng <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
Christina Quast authored and linusw committed Apr 8, 2019
1 parent e05487d commit 5490c77
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ PAD_CTL_HYS (1 << 3)
PAD_CTL_SRE_SLOW (1 << 2)
PAD_CTL_SRE_FAST (0 << 2)
PAD_CTL_DSE_X1 (0 << 0)
PAD_CTL_DSE_X2 (1 << 0)
PAD_CTL_DSE_X3 (2 << 0)
PAD_CTL_DSE_X4 (3 << 0)
PAD_CTL_DSE_X4 (1 << 0)
PAD_CTL_DSE_X2 (2 << 0)
PAD_CTL_DSE_X6 (3 << 0)

Examples:
While iomuxc-lpsr is intended to be used by dedicated peripherals to take
Expand Down

0 comments on commit 5490c77

Please sign in to comment.