pinephone-pro-sound-minimal: remove extraneous i2c timings

This commit is contained in:
2025-09-02 17:06:42 +00:00
parent 6c137994e9
commit 212e81d521

View File

@@ -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: <https://pine64.org/documentation/ROCKPro64/Software/Device_Tree_Overlays_on_Mainline/>