Skip to content

Commit d00935a

Browse files
commodoLey Foon Tan
authored andcommitted
arch: nios2: remove 'resetvalue' property
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]>
1 parent 6dd5d3b commit d00935a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Documentation/devicetree/bindings/fpga/fpga-region.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,6 @@ programming is the FPGA based bridge of fpga_region1.
469469
reg = <0x10040 0x20>;
470470
clocks = <0x2>;
471471
altr,ngpio = <0x4>;
472-
resetvalue = <0x0>;
473472
#gpio-cells = <0x2>;
474473
gpio-controller;
475474
};

arch/nios2/boot/dts/10m50_devboard.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@
180180
compatible = "altr,pio-1.0";
181181
reg = <0x180014d0 0x00000010>;
182182
altr,ngpio = <4>;
183-
resetvalue = <15>;
184183
#gpio-cells = <2>;
185184
gpio-controller;
186185
};
@@ -194,7 +193,6 @@
194193
altr,interrupt-type = <2>;
195194
edge_type = <1>;
196195
level_trigger = <0>;
197-
resetvalue = <0>;
198196
#gpio-cells = <2>;
199197
gpio-controller;
200198
};

0 commit comments

Comments
 (0)