hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/devicetree/bindings/fpga/fpga-region.txt
....@@ -263,7 +263,7 @@
263263 gpio@10040 {
264264 compatible = "altr,pio-1.0";
265265 reg = <0x10040 0x20>;
266
- altr,gpio-bank-width = <4>;
266
+ altr,ngpio = <4>;
267267 #gpio-cells = <2>;
268268 clocks = <2>;
269269 gpio-controller;
....@@ -415,7 +415,7 @@
415415 firmware-name = "base.rbf";
416416
417417 fpga-bridge@4400 {
418
- compatible = "altr,freeze-bridge";
418
+ compatible = "altr,freeze-bridge-controller";
419419 reg = <0x4400 0x10>;
420420
421421 fpga_region1: fpga-region1 {
....@@ -427,7 +427,7 @@
427427 };
428428
429429 fpga-bridge@4420 {
430
- compatible = "altr,freeze-bridge";
430
+ compatible = "altr,freeze-bridge-controller";
431431 reg = <0x4420 0x10>;
432432
433433 fpga_region2: fpga-region2 {
....@@ -468,8 +468,7 @@
468468 compatible = "altr,pio-1.0";
469469 reg = <0x10040 0x20>;
470470 clocks = <0x2>;
471
- altr,gpio-bank-width = <0x4>;
472
- resetvalue = <0x0>;
471
+ altr,ngpio = <0x4>;
473472 #gpio-cells = <0x2>;
474473 gpio-controller;
475474 };
....@@ -494,4 +493,4 @@
494493 --
495494 [1] www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/ug/ug_partrecon.pdf
496495 [2] tspace.library.utoronto.ca/bitstream/1807/67932/1/Byma_Stuart_A_201411_MAS_thesis.pdf
497
-[3] http://www.xilinx.com/support/documentation/sw_manuals/xilinx14_1/ug702.pdf
496
+[3] https://www.xilinx.com/support/documentation/sw_manuals/xilinx14_1/ug702.pdf