mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01: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>
25 lines
269 B
Plaintext
25 lines
269 B
Plaintext
// 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;
|
|
};
|