Skip to content

Commit

Permalink
pinctrl: bcm2835: Add brcm,bcm2711 compatible
Browse files Browse the repository at this point in the history
Add a new compatible for the BCM2711.

Signed-off-by: Stefan Wahren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
lategoodbye authored and linusw committed Aug 5, 2019
1 parent 6c172af commit 9cd6237
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Required properties:
- compatible: should be one of:
"brcm,bcm2835-gpio" - BCM2835 compatible pinctrl
"brcm,bcm7211-gpio" - BCM7211 compatible pinctrl
"brcm,bcm2711-gpio" - BCM2711 compatible pinctrl
- reg: Should contain the physical address of the GPIO module's registers.
- gpio-controller: Marks the device node as a GPIO controller.
- #gpio-cells : Should be two. The first cell is the pin number and the
Expand Down

0 comments on commit 9cd6237

Please sign in to comment.