diff options
author | Jon Mason <jon.mason@broadcom.com> | 2017-03-01 18:02:28 -0500 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-03-16 14:04:25 -0700 |
commit | acfa28b3649ec07775efaac0c00de2db39d71634 (patch) | |
tree | 778f37ff912351fcd4954d77b9e81a23c794fc0e /arch/arm/boot/dts/bcm958622hr.dts | |
parent | 0c2bf9f95983fe30aa2f6463cb761cd42c2d521a (diff) | |
download | linux-rt-acfa28b3649ec07775efaac0c00de2db39d71634.tar.gz |
ARM: dts: NSP: GPIO reboot open-source
The libgpio code pre-sets the GPIO values for the gpio-reset in the
device tree. This results in the device being reset during bringup.
To prevent this pre-setting, use the "open-source" flag in the device
tree.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
Fixes: b1aaf88 ("ARM: dts: NSP: Add GPIO reboot method to bcm958625hr DTS file")
Fixes: 10baed1 ("ARM: dts: NSP: Add GPIO reboot method to bcm958625xmc DTS file")
Fixes: 088e3148 ("ARM: dts: NSP: Add new DT file for bcm958522er")
Fixes: e3227c1 ("ARM: dts: NSP: Add new DT file for bcm958525er")
Fixes: 2f8bc00 ("ARM: dts: NSP: Add new DT file for bcm958622hr")
Fixes: d454c37 ("ARM: dts: NSP: Add new DT file for bcm958623hr")
Fixes: f27eacf ("ARM: dts: NSP: Add new DT file for bcm988312hr")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm958622hr.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm958622hr.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm958622hr.dts b/arch/arm/boot/dts/bcm958622hr.dts index 477c4860db52..c88b8fefcb2f 100644 --- a/arch/arm/boot/dts/bcm958622hr.dts +++ b/arch/arm/boot/dts/bcm958622hr.dts @@ -55,6 +55,7 @@ gpio-restart { compatible = "gpio-restart"; gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; + open-source; priority = <200>; }; }; |