Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch: nios2: remove 'resetvalue' property

The 'altr,pio-1.0' driver does not handle the 'resetvalue', so remove it.

Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>

authored by

Alexandru Ardelean and committed by
Ley Foon Tan
d00935af 6dd5d3b8

-3
-1
Documentation/devicetree/bindings/fpga/fpga-region.txt
··· 469 469 reg = <0x10040 0x20>; 470 470 clocks = <0x2>; 471 471 altr,ngpio = <0x4>; 472 - resetvalue = <0x0>; 473 472 #gpio-cells = <0x2>; 474 473 gpio-controller; 475 474 };
-2
arch/nios2/boot/dts/10m50_devboard.dts
··· 180 180 compatible = "altr,pio-1.0"; 181 181 reg = <0x180014d0 0x00000010>; 182 182 altr,ngpio = <4>; 183 - resetvalue = <15>; 184 183 #gpio-cells = <2>; 185 184 gpio-controller; 186 185 }; ··· 193 194 altr,interrupt-type = <2>; 194 195 edge_type = <1>; 195 196 level_trigger = <0>; 196 - resetvalue = <0>; 197 197 #gpio-cells = <2>; 198 198 gpio-controller; 199 199 };