lede/target/linux/bcm27xx/patches-6.12/950-0684-Allow-setting-I-C-clock-frequency-via-i2c_arm_baudra.patch
=?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= d81c03f05e bcm27xx: add 6.12 patches from RPi repo
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>
2025-06-20 17:01:06 +08:00

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";