mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 01:20:01 -04:00
acfa28b3649ec07775efaac0c00de2db39d71634
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>
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97%
Assembly
1%
Shell
0.6%
Rust
0.5%
Python
0.4%
Other
0.3%