brcm63xx: fix bcm6328 pinmux other register
The pinmux register is at relative offset 0x8, not 0xc. Fixes hang when trying to modify pins >= 32. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
28cb6ed949
commit
1dc7a0cfd5
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
|
|||
+
|
||||
+#define BCM6328_MUX_LO_REG 0x4
|
||||
+#define BCM6328_MUX_HI_REG 0x0
|
||||
+#define BCM6328_MUX_OTHER_REG 0xc
|
||||
+#define BCM6328_MUX_OTHER_REG 0x8
|
||||
+
|
||||
+#define BCM6328_NGPIO 32
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue