Skip to content

Commit 115c93e

Browse files
committed
Merge tag 'imx-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes
i.MX fixes for 4.17: - Add missing 'fsl,sec-era' property for i.MX7S device tree CAAM node, as the era information is used in various places inside CAAM driver. - There are a few errors in imx51-zii-rdu1 device tree touchscreen node. Fix them to get touchscreen actually work. * tag 'imx-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: ARM: dts: imx51-zii-rdu1: fix touchscreen bindings ARM: dts: imx7s: Pass the 'fsl,sec-era' property Signed-off-by: Olof Johansson <[email protected]>
2 parents 16145ff + 6d3299a commit 115c93e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

arch/arm/boot/dts/imx51-zii-rdu1.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
};
524524

525525
touchscreen@20 {
526-
compatible = "syna,rmi4_i2c";
526+
compatible = "syna,rmi4-i2c";
527527
reg = <0x20>;
528528
pinctrl-names = "default";
529529
pinctrl-0 = <&pinctrl_ts>;
@@ -541,8 +541,8 @@
541541

542542
rmi4-f11@11 {
543543
reg = <0x11>;
544-
touch-inverted-y;
545-
touch-swapped-x-y;
544+
touchscreen-inverted-y;
545+
touchscreen-swapped-x-y;
546546
syna,sensor-type = <1>;
547547
};
548548
};

arch/arm/boot/dts/imx7s.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -868,6 +868,7 @@
868868

869869
crypto: caam@30900000 {
870870
compatible = "fsl,sec-v4.0";
871+
fsl,sec-era = <8>;
871872
#address-cells = <1>;
872873
#size-cells = <1>;
873874
reg = <0x30900000 0x40000>;

0 commit comments

Comments
 (0)