mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 13:49:26 +00:00
3a5584e0df
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.67..HEAD (HEAD -> 811ff707533bcd67cdcd368bbd46223082009b12) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> (cherry picked from commit 692205305db14deeff1a2dc4a6d7f87e19fc418b)
26 lines
920 B
Diff
26 lines
920 B
Diff
From e33702e5e5fe9fef6ec967961e2e5e1c2285ba36 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";
|