[U-Boot] [PATCH 6/6] ARM: MediaTek: Add support for MT8516 SoC
Tom Rini
trini at konsulko.com
Fri Feb 8 15:59:03 UTC 2019
On Mon, Feb 04, 2019 at 11:58:46AM +0100, Fabien Parent wrote:
> Add support for MediaTek MT8516 SoC. This include the file
> that will initialize the SoC after boot and its device tree.
>
> Signed-off-by: Fabien Parent <fparent at baylibre.com>
[snip]
> + topckgen: clock-controller at 10000000 {
> + compatible = "mediatek,mt8516-topckgen";
> + reg = <0x10000000 0x1000>;
> + #clock-cells = <1>;
> + u-boot,dm-pre-reloc;
> + };
The u-boot,xxx properties go in a -u-boot.dtsi file, see
scripts/Makefile.lib for the logic on how we automatically find them.
This makes future re-syncs with this file from the kernel less
problematic (as seen on say am33xx where we broke some platforms when we
removed these dm-pre-reloc properties by accident as they didn't get put
into am33xx-u-boot.dtsi as the mechanism didn't exist then). Thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190208/5e956b73/attachment.sig>
More information about the U-Boot
mailing list