]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
4.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Aug 2023 10:04:44 +0000 (12:04 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Aug 2023 10:04:44 +0000 (12:04 +0200)
added patches:
arm64-dts-stratix10-fix-incorrect-i2c-property-for-scl-signal.patch

queue-4.19/arm64-dts-stratix10-fix-incorrect-i2c-property-for-scl-signal.patch [new file with mode: 0644]
queue-4.19/series

diff --git a/queue-4.19/arm64-dts-stratix10-fix-incorrect-i2c-property-for-scl-signal.patch b/queue-4.19/arm64-dts-stratix10-fix-incorrect-i2c-property-for-scl-signal.patch
new file mode 100644 (file)
index 0000000..33d380a
--- /dev/null
@@ -0,0 +1,31 @@
+From db66795f61354c373ecdadbdae1ed253a96c47cb Mon Sep 17 00:00:00 2001
+From: Dinh Nguyen <dinguyen@kernel.org>
+Date: Tue, 11 Jul 2023 15:44:30 -0500
+Subject: arm64: dts: stratix10: fix incorrect I2C property for SCL signal
+
+From: Dinh Nguyen <dinguyen@kernel.org>
+
+commit db66795f61354c373ecdadbdae1ed253a96c47cb upstream.
+
+The correct dts property for the SCL falling time is
+"i2c-scl-falling-time-ns".
+
+Fixes: c8da1d15b8a4 ("arm64: dts: stratix10: i2c clock running out of spec")
+Cc: stable@vger.kernel.org
+Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
++++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts
+@@ -125,7 +125,7 @@
+       status = "okay";
+       clock-frequency = <100000>;
+       i2c-sda-falling-time-ns = <890>;  /* hcnt */
+-      i2c-sdl-falling-time-ns = <890>;  /* lcnt */
++      i2c-scl-falling-time-ns = <890>;  /* lcnt */
+       adc@14 {
+               compatible = "lltc,ltc2497";
index c9440607eb607160b7511d00b011fa2b40765b11..07d4a1493e260a234b58046b8c9ddf1b70df8d39 100644 (file)
@@ -320,3 +320,4 @@ arm-dts-imx-add-usb-alias.patch
 arm-dts-imx6sll-fixup-of-operating-points.patch
 arm-dts-nxp-imx6sll-fix-wrong-property-name-in-usbph.patch
 drivers-core-use-sysfs_emit-and-sysfs_emit_at-for-show-device-...-functions.patch
+arm64-dts-stratix10-fix-incorrect-i2c-property-for-scl-signal.patch