1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/6.6/target/linux/bcm27xx/patches-6.6/0861-Revert-dts-rp1-Add-I2C-timings.patch
Ycarus (Yannick Chabanois) 12de1d2995 Add RPI kernel 6.6 support
2024-04-05 20:55:33 +02:00

110 lines
3.1 KiB
Diff

From 16453c0595e565dfd7a5899af3ca0dd4268d104f Mon Sep 17 00:00:00 2001
From: Phil Elwell <phil@raspberrypi.com>
Date: Mon, 29 Jan 2024 17:50:14 +0000
Subject: [PATCH 0861/1002] Revert "dts: rp1: Add I2C timings"
This reverts commit bcbbe211335fcb603c64fe444e7372176a9e67ec.
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
---
arch/arm/boot/dts/broadcom/rp1.dtsi | 42 -----------------------------
1 file changed, 42 deletions(-)
diff --git a/arch/arm/boot/dts/broadcom/rp1.dtsi b/arch/arm/boot/dts/broadcom/rp1.dtsi
index 3d9108551995..8c2ff53a045a 100644
--- a/arch/arm/boot/dts/broadcom/rp1.dtsi
+++ b/arch/arm/boot/dts/broadcom/rp1.dtsi
@@ -305,12 +305,6 @@ rp1_i2c0: i2c@70000 {
compatible = "snps,designware-i2c";
interrupts = <RP1_INT_I2C0 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rp1_clocks RP1_CLK_SYS>;
- snps,ss_hcnt = <978>;
- snps,ss_lcnt = <990>;
- snps,fs_hcnt = <200>;
- snps,fs_lcnt = <268>;
- snps,fp_hcnt = <60>;
- snps,fp_lcnt = <107>;
status = "disabled";
};
@@ -319,12 +313,6 @@ rp1_i2c1: i2c@74000 {
compatible = "snps,designware-i2c";
interrupts = <RP1_INT_I2C1 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rp1_clocks RP1_CLK_SYS>;
- snps,ss_hcnt = <978>;
- snps,ss_lcnt = <990>;
- snps,fs_hcnt = <200>;
- snps,fs_lcnt = <268>;
- snps,fp_hcnt = <60>;
- snps,fp_lcnt = <107>;
status = "disabled";
};
@@ -333,12 +321,6 @@ rp1_i2c2: i2c@78000 {
compatible = "snps,designware-i2c";
interrupts = <RP1_INT_I2C2 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rp1_clocks RP1_CLK_SYS>;
- snps,ss_hcnt = <978>;
- snps,ss_lcnt = <990>;
- snps,fs_hcnt = <200>;
- snps,fs_lcnt = <268>;
- snps,fp_hcnt = <60>;
- snps,fp_lcnt = <107>;
status = "disabled";
};
@@ -347,12 +329,6 @@ rp1_i2c3: i2c@7c000 {
compatible = "snps,designware-i2c";
interrupts = <RP1_INT_I2C3 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rp1_clocks RP1_CLK_SYS>;
- snps,ss_hcnt = <978>;
- snps,ss_lcnt = <990>;
- snps,fs_hcnt = <200>;
- snps,fs_lcnt = <268>;
- snps,fp_hcnt = <60>;
- snps,fp_lcnt = <107>;
status = "disabled";
};
@@ -361,12 +337,6 @@ rp1_i2c4: i2c@80000 {
compatible = "snps,designware-i2c";
interrupts = <RP1_INT_I2C4 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rp1_clocks RP1_CLK_SYS>;
- snps,ss_hcnt = <978>;
- snps,ss_lcnt = <990>;
- snps,fs_hcnt = <200>;
- snps,fs_lcnt = <268>;
- snps,fp_hcnt = <60>;
- snps,fp_lcnt = <107>;
status = "disabled";
};
@@ -375,12 +345,6 @@ rp1_i2c5: i2c@84000 {
compatible = "snps,designware-i2c";
interrupts = <RP1_INT_I2C5 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rp1_clocks RP1_CLK_SYS>;
- snps,ss_hcnt = <978>;
- snps,ss_lcnt = <990>;
- snps,fs_hcnt = <200>;
- snps,fs_lcnt = <268>;
- snps,fp_hcnt = <60>;
- snps,fp_lcnt = <107>;
status = "disabled";
};
@@ -389,12 +353,6 @@ rp1_i2c6: i2c@88000 {
compatible = "snps,designware-i2c";
interrupts = <RP1_INT_I2C6 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&rp1_clocks RP1_CLK_SYS>;
- snps,ss_hcnt = <978>;
- snps,ss_lcnt = <990>;
- snps,fs_hcnt = <200>;
- snps,fs_lcnt = <268>;
- snps,fp_hcnt = <60>;
- snps,fp_lcnt = <107>;
status = "disabled";
};
--
2.44.0