projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe668d
)
ARM: dts: rmobile: Activate I2C7 on Alt
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Sat, 30 Mar 2019 07:23:20 +0000
(08:23 +0100)
committer
Marek Vasut
<marex@denx.de>
Sat, 30 Mar 2019 07:28:25 +0000
(08:28 +0100)
Activate I2C7 on Alt to allow access to the PMIC.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/r8a7794-alt-u-boot.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/r8a7794-alt-u-boot.dts
b/arch/arm/dts/r8a7794-alt-u-boot.dts
index 593a418c3b120a004f1bc27086cd0b628f7bddb5..14cd39297e6f1e425b5821c50bfff6523c3a835d 100644
(file)
--- a/
arch/arm/dts/r8a7794-alt-u-boot.dts
+++ b/
arch/arm/dts/r8a7794-alt-u-boot.dts
@@
-8,6
+8,11
@@
#include "r8a7794-alt.dts"
#include "r8a7794-u-boot.dtsi"
+&i2c7 {
+ status = "okay";
+ clock-frequency = <100000>;
+};
+
&scif2 {
u-boot,dm-pre-reloc;
};