From 212e81d521fadce248fe51d6ad3c7af6a744e8ab Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 2 Sep 2025 17:06:42 +0000 Subject: [PATCH] pinephone-pro-sound-minimal: remove extraneous i2c timings --- .../rk3399-pinephone-pro-sound-minimal.dtso | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/modules/hal/pine64-pinephone-pro/rk3399-pinephone-pro-sound-minimal.dtso b/hosts/modules/hal/pine64-pinephone-pro/rk3399-pinephone-pro-sound-minimal.dtso index d5c04a4a8..f25b62652 100644 --- a/hosts/modules/hal/pine64-pinephone-pro/rk3399-pinephone-pro-sound-minimal.dtso +++ b/hosts/modules/hal/pine64-pinephone-pro/rk3399-pinephone-pro-sound-minimal.dtso @@ -189,8 +189,8 @@ clock-frequency = <400000>; // from rk3399-firefly.dts // note that i2c3 in pinephone-pro is defined as 450/15 rise/fall - i2c-scl-rising-time-ns = <300>; - i2c-scl-falling-time-ns = <15>; + // i2c-scl-rising-time-ns = <300>; + // i2c-scl-falling-time-ns = <15>; // /i2c1 declares these things, but they aren't seen from the context of this overlay it seems // this problem is actually mentioned here: