Skip to content

Commit

Permalink
arm: dts: npcm8xx: Add reset dts property for sgpio
Browse files Browse the repository at this point in the history
Add syscon-rst property for sgpio persist feature.

Signed-off-by: Jim Liu <[email protected]>
  • Loading branch information
jimliu2 authored and maxdog988 committed Aug 23, 2024
1 parent bc955d2 commit 1f004b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/dts/nuvoton-npcm8xx-u-boot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@
reg = <0x101000 0x200>;
pinctrl-names = "default";
pinctrl-0 = <&iox1_pins>;
syscon-rst = <&rstc>;
#address-cells = <1>;
#size-cells = <0>;
#gpio-cells = <2>;
Expand All @@ -414,6 +415,7 @@
reg = <0x102000 0x200>;
pinctrl-names = "default";
pinctrl-0 = <&iox2_pins>;
syscon-rst = <&rstc>;
#address-cells = <1>;
#size-cells = <0>;
#gpio-cells = <2>;
Expand Down

0 comments on commit 1f004b0

Please sign in to comment.