Skip to content

Commit 7c66f81

Browse files
Doug BergerBartosz Golaszewski
authored andcommitted
dt-bindings: gpio: brcmstb: add gpio-ranges
Add optional gpio-ranges device-tree property to the Broadcom Set-Top-Box GPIO controller. Signed-off-by: Doug Berger <[email protected]> Acked-by: Florian Fainelli <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent ec37529 commit 7c66f81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ properties:
6262
6363
interrupt-controller: true
6464

65+
gpio-ranges: true
66+
6567
wakeup-source:
6668
type: boolean
6769
description: >
@@ -88,6 +90,7 @@ examples:
8890
interrupt-parent = <&irq0_intc>;
8991
interrupts = <0x6>;
9092
brcm,gpio-bank-widths = <32 32 32 24>;
93+
gpio-ranges = <&pinctrl 0 0 120>;
9194
};
9295
9396
upg_gio_aon: gpio@f04172c0 {

0 commit comments

Comments
 (0)