Browse Source
In j722s_main.dtsi, the pinctrl block must have reg length 0x2b0 As per TRM, PADCONFIG registers range from 0 to 171. Thus, length = (171-0+1)*4 = 172*4 = 0x2b0. Reference: https://www.ti.com/lit/ds/symlink/tda4ven-q1.pdf Table 5.1 contains data on PADCONFIG registers. Signed-off-by: Shreyas Shankar <s-shankar@ti.com>pull/89646/merge
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue