diff options
author | Alexandru Ardelean <alexandru.ardelean@analog.com> | 2020-04-10 17:41:18 +0200 |
---|---|---|
committer | Ley Foon Tan <ley.foon.tan@intel.com> | 2020-04-10 19:46:04 +0200 |
commit | d00935affc8f9485c5ae0cb5868c436264446f9e (patch) | |
tree | dab81976d8cabdf25fb0925f2cdf50a384c7d72d | |
parent | arch: nios2: rename 'altr,gpio-bank-width' -> 'altr,ngpio' (diff) | |
download | linux-d00935affc8f9485c5ae0cb5868c436264446f9e.tar.xz linux-d00935affc8f9485c5ae0cb5868c436264446f9e.zip |
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>
-rw-r--r-- | Documentation/devicetree/bindings/fpga/fpga-region.txt | 1 | ||||
-rw-r--r-- | arch/nios2/boot/dts/10m50_devboard.dts | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/fpga/fpga-region.txt b/Documentation/devicetree/bindings/fpga/fpga-region.txt index b0dacb6a3390..8ab19d1d3f9a 100644 --- a/Documentation/devicetree/bindings/fpga/fpga-region.txt +++ b/Documentation/devicetree/bindings/fpga/fpga-region.txt @@ -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; }; diff --git a/arch/nios2/boot/dts/10m50_devboard.dts b/arch/nios2/boot/dts/10m50_devboard.dts index 739ad96a6cc1..56339bef3247 100644 --- a/arch/nios2/boot/dts/10m50_devboard.dts +++ b/arch/nios2/boot/dts/10m50_devboard.dts @@ -180,7 +180,6 @@ compatible = "altr,pio-1.0"; reg = <0x180014d0 0x00000010>; altr,ngpio = <4>; - resetvalue = <15>; #gpio-cells = <2>; gpio-controller; }; @@ -194,7 +193,6 @@ altr,interrupt-type = <2>; edge_type = <1>; level_trigger = <0>; - resetvalue = <0>; #gpio-cells = <2>; gpio-controller; }; |