Skip to content

Commit bf3f530

Browse files
committed
Merge tag 'arm-soc/for-4.11/devicetree-fixes-2' of http://github.com/Broadcom/stblinux into fixes
Pull "Broadcom arm Device Tree fixes for 4.11 (part 2)" from Florian Fainelli: This pull request contains Broadcom ARM-based SoCs Device Tree fixes for 4.11, please pull the following: - Jon fixes a reboot issue on most Northstar Plus platforms by adding the "open-source" property to the "gpio-restart" Device Tree nodes * tag 'arm-soc/for-4.11/devicetree-fixes-2' of http://github.com/Broadcom/stblinux: ARM: dts: NSP: GPIO reboot open-source
2 parents 6479ca8 + acfa28b commit bf3f530

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)