forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'uniphier-dt64-v4.16' of git://git.kernel.org/pub/scm/linux…
…/kernel/git/masahiroy/linux-uniphier into next/dt UniPhier ARM64 SoC DT updates for v4.16 - clean up gpios properties by macro - add GPIO hog for PXs3 reference node - add has-transaction-translator property to generic-ehci nodes - enable more serial ports for PXs3 reference node * tag 'uniphier-dt64-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier: arm64: dts: uniphier: enable more serial ports for PXs3 ref board arm64: dts: uniphier: add has-transaction-translator property to usb node for LD11 arm64: dts: uniphier: add GPIO hog definition for PXs3 arm64: dts: uniphier: use macros in dt-bindings header Signed-off-by: Olof Johansson <[email protected]>
- Loading branch information
Showing
6 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
&gpio { | ||
xirq0 { | ||
gpio-hog; | ||
gpios = <120 0>; | ||
gpios = <UNIPHIER_GPIO_IRQ(0) 0>; | ||
input; | ||
}; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ | |
&gpio { | ||
xirq0 { | ||
gpio-hog; | ||
gpios = <120 0>; | ||
gpios = <UNIPHIER_GPIO_IRQ(0) 0>; | ||
input; | ||
}; | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters