Skip to content

Commit acfa28b

Browse files
Jon Masonffainelli
authored andcommitted
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: 088e314 ("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>
1 parent 0c2bf9f commit acfa28b

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

arch/arm/boot/dts/bcm958522er.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
gpio-restart {
5656
compatible = "gpio-restart";
5757
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
58+
open-source;
5859
priority = <200>;
5960
};
6061
};

arch/arm/boot/dts/bcm958525er.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
gpio-restart {
5656
compatible = "gpio-restart";
5757
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
58+
open-source;
5859
priority = <200>;
5960
};
6061
};

arch/arm/boot/dts/bcm958525xmc.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
gpio-restart {
5656
compatible = "gpio-restart";
5757
gpios = <&gpioa 31 GPIO_ACTIVE_LOW>;
58+
open-source;
5859
priority = <200>;
5960
};
6061
};

arch/arm/boot/dts/bcm958622hr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
gpio-restart {
5656
compatible = "gpio-restart";
5757
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
58+
open-source;
5859
priority = <200>;
5960
};
6061
};

arch/arm/boot/dts/bcm958623hr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
gpio-restart {
5656
compatible = "gpio-restart";
5757
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
58+
open-source;
5859
priority = <200>;
5960
};
6061
};

arch/arm/boot/dts/bcm958625hr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
gpio-restart {
5656
compatible = "gpio-restart";
5757
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
58+
open-source;
5859
priority = <200>;
5960
};
6061
};

arch/arm/boot/dts/bcm988312hr.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
gpio-restart {
5656
compatible = "gpio-restart";
5757
gpios = <&gpioa 15 GPIO_ACTIVE_LOW>;
58+
open-source;
5859
priority = <200>;
5960
};
6061
};

0 commit comments

Comments
 (0)