ath79: Fix GL-AR300M USB trigger
Correct a typo preventing USB trigger to work on AR300M. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
cd02d4faf9
commit
b9ba32b2e3
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@
|
||||||
|
|
||||||
hub_port: port@1 {
|
hub_port: port@1 {
|
||||||
reg = <1>;
|
reg = <1>;
|
||||||
#trigger-soruce-cells = <0>;
|
#trigger-source-cells = <0>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue