mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-05 11:57:06 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
26 lines
920 B
Diff
26 lines
920 B
Diff
From e83a5f2cf6264e29a00f9dde1ab9066647d7cfa7 Mon Sep 17 00:00:00 2001
|
|
From: gtrainavicius <gtrainavicius@users.noreply.github.com>
|
|
Date: Wed, 4 Dec 2024 11:18:14 +0200
|
|
Subject: [PATCH] =?UTF-8?q?Allow=20setting=20I=C2=B2C=20clock=20frequency?=
|
|
=?UTF-8?q?=20via=20i2c=5Farm=5Fbaudrate=20dtparam=20when=20using=20pimidi?=
|
|
=?UTF-8?q?=20overlay.?=
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This change removes the forced 1MHz clock frequency, so it can be overridden using `i2c_arm_baudrate`.
|
|
---
|
|
arch/arm/boot/dts/overlays/pimidi-overlay.dts | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
--- a/arch/arm/boot/dts/overlays/pimidi-overlay.dts
|
|
+++ b/arch/arm/boot/dts/overlays/pimidi-overlay.dts
|
|
@@ -26,7 +26,6 @@
|
|
target = <&i2c_arm>;
|
|
__overlay__ {
|
|
status = "okay";
|
|
- clock-frequency=<1000000>;
|
|
|
|
pimidi_ctrl: pimidi_ctrl@20 {
|
|
compatible = "blokaslabs,pimidi";
|