mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
36 lines
1016 B
Diff
36 lines
1016 B
Diff
From 429717d518e8ab162336302782b040755e6f3d9f Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Mon, 30 Nov 2020 06:14:07 +0100
|
|
Subject: arm64: dts: sun50i-a64-pinephone: Bump I2C frequency to 400kHz
|
|
|
|
High speed. :)
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
index 76e55a0e415a..c2746a21b021 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
@@ -478,6 +478,7 @@ ov5640_ep: endpoint {
|
|
|
|
&i2c0 {
|
|
status = "okay";
|
|
+ clock-frequency = <400000>;
|
|
|
|
touchscreen@5d {
|
|
compatible = "goodix,gt917s";
|
|
@@ -495,6 +496,7 @@ touchscreen@5d {
|
|
|
|
&i2c1 {
|
|
status = "okay";
|
|
+ clock-frequency = <400000>;
|
|
|
|
/* Alternative magnetometer */
|
|
af8133j: magnetometer@1c {
|
|
--
|
|
2.35.3
|
|
|