mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00

The correct spelling is R-Car, including the dash, update the usage. Comment change only, no functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
20 lines
279 B
Text
20 lines
279 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source extras for U-Boot on R-Car R8A7791 SoC
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*/
|
|
|
|
#include "r8a779x-u-boot.dtsi"
|
|
|
|
&usb_extal_clk {
|
|
bootph-all;
|
|
};
|
|
|
|
&pfc {
|
|
bootph-all;
|
|
};
|
|
|
|
&rst {
|
|
bootph-all;
|
|
};
|