Commit acfa28b3 authored by Jon Mason's avatar Jon Mason Committed by Florian Fainelli

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: default avatarJon Mason <jon.mason@broadcom.com>
Fixes: b1aaf88b ("ARM: dts: NSP: Add GPIO reboot method to bcm958625hr DTS file")
Fixes: 10baed1c ("ARM: dts: NSP: Add GPIO reboot method to bcm958625xmc DTS file")
Fixes: 088e3148 ("ARM: dts: NSP: Add new DT file for bcm958522er")
Fixes: e3227c12 ("ARM: dts: NSP: Add new DT file for bcm958525er")
Fixes: 2f8bc002 ("ARM: dts: NSP: Add new DT file for bcm958622hr")
Fixes: d454c376 ("ARM: dts: NSP: Add new DT file for bcm958623hr")
Fixes: f27eacf2 ("ARM: dts: NSP: Add new DT file for bcm988312hr")
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 0c2bf9f9
...@@ -55,6 +55,7 @@ memory { ...@@ -55,6 +55,7 @@ memory {
gpio-restart { gpio-restart {
compatible = "gpio-restart"; compatible = "gpio-restart";
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
open-source;
priority = <200>; priority = <200>;
}; };
}; };
......
...@@ -55,6 +55,7 @@ memory { ...@@ -55,6 +55,7 @@ memory {
gpio-restart { gpio-restart {
compatible = "gpio-restart"; compatible = "gpio-restart";
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
open-source;
priority = <200>; priority = <200>;
}; };
}; };
......
...@@ -55,6 +55,7 @@ memory { ...@@ -55,6 +55,7 @@ memory {
gpio-restart { gpio-restart {
compatible = "gpio-restart"; compatible = "gpio-restart";
gpios = <&gpioa 31 GPIO_ACTIVE_LOW>; gpios = <&gpioa 31 GPIO_ACTIVE_LOW>;
open-source;
priority = <200>; priority = <200>;
}; };
}; };
......
...@@ -55,6 +55,7 @@ memory { ...@@ -55,6 +55,7 @@ memory {
gpio-restart { gpio-restart {
compatible = "gpio-restart"; compatible = "gpio-restart";
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
open-source;
priority = <200>; priority = <200>;
}; };
}; };
......
...@@ -55,6 +55,7 @@ memory { ...@@ -55,6 +55,7 @@ memory {
gpio-restart { gpio-restart {
compatible = "gpio-restart"; compatible = "gpio-restart";
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
open-source;
priority = <200>; priority = <200>;
}; };
}; };
......
...@@ -55,6 +55,7 @@ memory { ...@@ -55,6 +55,7 @@ memory {
gpio-restart { gpio-restart {
compatible = "gpio-restart"; compatible = "gpio-restart";
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
open-source;
priority = <200>; priority = <200>;
}; };
}; };
......
...@@ -55,6 +55,7 @@ memory { ...@@ -55,6 +55,7 @@ memory {
gpio-restart { gpio-restart {
compatible = "gpio-restart"; compatible = "gpio-restart";
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>; gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
open-source;
priority = <200>; priority = <200>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment