Commit 3314962b authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Fix comment about number of gpio line names



ZynqMP has 174 gpio lines connected to PS controller but DT is describing
them from 0 to 173 not 174.

Fixes: 7a4c31ee ("arm64: zynqmp: Add support for Xilinx Kria SOM board")
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/c3480ba47ac9761903485ebfac127f297053d4da.1634289461.git.michal.simek@xilinx.com


Signed-off-by: default avatarMichal Simek <michal.simek@amd.com>
parent 0aec3958
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -285,5 +285,5 @@ &gpio {
			  "", "", "", "", "", /* 155 - 159 */
			  "", "", "", "", "", /* 160 - 164 */
			  "", "", "", "", "", /* 165 - 169 */
			  "", "", "", ""; /* 170 - 174 */
			  "", "", "", ""; /* 170 - 173 */
};