mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 10:00:03 -04:00
arm64: dts: imx95-tqma9596sa: remove superfluous pinmux for i2c
A sleep pin mux is not useful if it is the same as the normal pin mux. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
committed by
Shawn Guo
parent
88b02dc673
commit
b997a3acdc
@@ -165,9 +165,8 @@ &gpio2 {
|
||||
|
||||
&lpi2c1 {
|
||||
clock-frequency = <400000>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpi2c1>;
|
||||
pinctrl-1 = <&pinctrl_lpi2c1>;
|
||||
status = "okay";
|
||||
|
||||
tmp1075: temperature-sensor@4a {
|
||||
@@ -264,9 +263,8 @@ expander1: gpio@75 {
|
||||
/* I2C_CAM0 */
|
||||
&lpi2c3 {
|
||||
clock-frequency = <400000>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpi2c3>;
|
||||
pinctrl-1 = <&pinctrl_lpi2c3>;
|
||||
status = "okay";
|
||||
|
||||
dp_bridge: dp-bridge@f {
|
||||
@@ -301,18 +299,16 @@ dp_dsi_in: endpoint {
|
||||
/* I2C_CAM1 */
|
||||
&lpi2c4 {
|
||||
clock-frequency = <400000>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpi2c4>;
|
||||
pinctrl-1 = <&pinctrl_lpi2c4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* I2C_LCD */
|
||||
&lpi2c6 {
|
||||
clock-frequency = <400000>;
|
||||
pinctrl-names = "default", "sleep";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_lpi2c6>;
|
||||
pinctrl-1 = <&pinctrl_lpi2c6>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user