FIX: [uboot18] wrong definition for wdis pin of first slot
BugzID: 56155
This commit is contained in:
parent
dd041e1306
commit
4e828bb447
|
|
@ -73,7 +73,7 @@
|
||||||
power = <&gpiofpga 400 GPIO_ACTIVE_HIGH 0>;
|
power = <&gpiofpga 400 GPIO_ACTIVE_HIGH 0>;
|
||||||
power-3v8 = <&gpiofpga 464 GPIO_ACTIVE_HIGH 0>;
|
power-3v8 = <&gpiofpga 464 GPIO_ACTIVE_HIGH 0>;
|
||||||
wdis-out = <&gpiofpga 2053 GPIO_ACTIVE_HIGH 1>;
|
wdis-out = <&gpiofpga 2053 GPIO_ACTIVE_HIGH 1>;
|
||||||
wdis = <&gpiofpga 2068 GPIO_ACTIVE_LOW 1>;
|
wdis = <&gpiofpga 2069 GPIO_ACTIVE_LOW 1>;
|
||||||
clk = <&gpiofpga 416 GPIO_ACTIVE_HIGH 1>;
|
clk = <&gpiofpga 416 GPIO_ACTIVE_HIGH 1>;
|
||||||
reset-1v8 = <&gpiofpga 2496 GPIO_ACTIVE_HIGH 0>;
|
reset-1v8 = <&gpiofpga 2496 GPIO_ACTIVE_HIGH 0>;
|
||||||
reset-3v3 = <&gpiofpga 2497 GPIO_ACTIVE_HIGH 0>;
|
reset-3v3 = <&gpiofpga 2497 GPIO_ACTIVE_HIGH 0>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue