mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
9cf09c799a
Enable IIC3 to permit access to the PMIC. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17 lines
294 B
Text
17 lines
294 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Device Tree Source extras for U-Boot for the Blanche board
|
|
*
|
|
* Copyright (C) 2018 Marek Vasut <marek.vasut@gmail.com>
|
|
*/
|
|
|
|
#include "r8a7792-blanche.dts"
|
|
#include "r8a7792-u-boot.dtsi"
|
|
|
|
&iic3 {
|
|
status = "okay";
|
|
};
|
|
|
|
&scif0 {
|
|
u-boot,dm-pre-reloc;
|
|
};
|