Skip to content

Commit

Permalink
arch: nios2: remove 'resetvalue' property
Browse files Browse the repository at this point in the history
The 'altr,pio-1.0' driver does not handle the 'resetvalue', so remove it.

Signed-off-by: Alexandru Ardelean <[email protected]>
Signed-off-by: Ley Foon Tan <[email protected]>
  • Loading branch information
commodo authored and Ley Foon Tan committed Apr 10, 2020
1 parent 6dd5d3b commit d00935a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Documentation/devicetree/bindings/fpga/fpga-region.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ programming is the FPGA based bridge of fpga_region1.
reg = <0x10040 0x20>;
clocks = <0x2>;
altr,ngpio = <0x4>;
resetvalue = <0x0>;
#gpio-cells = <0x2>;
gpio-controller;
};
Expand Down
2 changes: 0 additions & 2 deletions arch/nios2/boot/dts/10m50_devboard.dts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@
compatible = "altr,pio-1.0";
reg = <0x180014d0 0x00000010>;
altr,ngpio = <4>;
resetvalue = <15>;
#gpio-cells = <2>;
gpio-controller;
};
Expand All @@ -194,7 +193,6 @@
altr,interrupt-type = <2>;
edge_type = <1>;
level_trigger = <0>;
resetvalue = <0>;
#gpio-cells = <2>;
gpio-controller;
};
Expand Down

0 comments on commit d00935a

Please sign in to comment.