From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dr. Philipp Tomsich Date: Thu, 23 Nov 2017 16:52:44 +0100 Subject: [U-Boot] [U-Boot, 10/15] rockchip: dts: rk3399-puma: add /config/arm-trusted-firmware, reset-gpio property In-Reply-To: References: <1505330989-25602-11-git-send-email-philipp.tomsich@theobroma-systems.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de > On 23 Nov 2017, at 15:51, Philipp Tomsich wrote: > >> With the ATF capable of accessing the FDT passed to the next stage, >> we can specify configuration items for the ATF in the /config path. >> >> This adds the arm-trusted-firmware,reset-gpio that conveys the number >> of the GPIO used to reset the board (used, when a reboot is requested >> from ATF via PSCI). >> >> Signed-off-by: Philipp Tomsich >> --- >> >> arch/arm/dts/rk3399-puma.dtsi | 1 + >> 1 file changed, 1 insertion(+) >> > > Applied to u-boot-rockchip, thanks! Given that this one causes a spurious DTC warning (due to the property ending in “-gpio”), I am dropping it from u-boot-rockchip. Once we have updated our ATF to the final naming scheme, I’ll submit a separate patch.