projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592cd5d
)
ARM: dts: rmobile: Reinstate missing i2c6 on Porter
author
Marek Vasut
<marek.vasut+renesas@gmail.com>
Wed, 19 Sep 2018 11:56:27 +0000
(13:56 +0200)
committer
Marek Vasut
<marex@denx.de>
Wed, 3 Oct 2018 10:56:12 +0000
(12:56 +0200)
The I2C6 is used to communicate with the PMIC and it was removed
during DT sync with Linux 4.17. Reinstate it.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/dts/r8a7791-porter.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/r8a7791-porter.dts
b/arch/arm/dts/r8a7791-porter.dts
index f2d5723fbdc3cdd910b36bd241283039cab74cb0..fa9a57d77047b26d1e79a470b9b9829981ada4a2 100644
(file)
--- a/
arch/arm/dts/r8a7791-porter.dts
+++ b/
arch/arm/dts/r8a7791-porter.dts
@@
-372,6
+372,11
@@
clock-frequency = <400000>;
};
+&i2c6 {
+ status = "okay";
+ clock-frequency = <400000>;
+};
+
&sata0 {
status = "okay";
};