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>
24 lines
269 B
Text
24 lines
269 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source extras for U-Boot on R-Car Gen3
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*/
|
|
|
|
/ {
|
|
soc {
|
|
bootph-all;
|
|
};
|
|
};
|
|
|
|
&cpg {
|
|
bootph-all;
|
|
};
|
|
|
|
&extal_clk {
|
|
bootph-all;
|
|
};
|
|
|
|
&prr {
|
|
bootph-all;
|
|
};
|