Skip to content

Commit 515b0ce

Browse files
gmarullfabiobaltieri
authored andcommitted
dts: gigadevice: gd32e50x: fix gpiog clock
The clock entry was wrong, fix it. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 11ed7d6 commit 515b0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/gigadevice/gd32e50x/gd32e50x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
gpio-controller;
257257
#gpio-cells = <2>;
258258
reg = <0x40012000 0x400>;
259-
rcu-periph-clock = <0x607>;
259+
rcu-periph-clock = <0x608>;
260260
resets = <&rctl GD32_RESET_GPIOG>;
261261
status = "disabled";
262262
};

0 commit comments

Comments
 (0)