Skip to content

Commit

Permalink
ARM: dts: imx6ul: fix clock frequency property name of I2C buses
Browse files Browse the repository at this point in the history
A few boards set clock frequency of their I2C buses with
"clock_frequency" property. The right property is "clock-frequency".

Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Sébastien Szymanski authored and Shawn Guo committed Jul 22, 2019
1 parent 6e998ef commit 2ca9939
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6ul-14x14-evk.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
};

&i2c2 {
clock_frequency = <100000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6ul-geam.dts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
};

&i2c2 {
clock_frequency = <100000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6ul-isiot.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
};

&i2c2 {
clock_frequency = <100000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/imx6ul-pico-hobbit.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
};

&i2c2 {
clock_frequency = <100000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx6ul-pico-pi.dts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
};

&i2c2 {
clock_frequency = <100000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2>;
status = "okay";
Expand All @@ -58,7 +58,7 @@
};

&i2c3 {
clock_frequency = <100000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c3>;
status = "okay";
Expand Down

0 comments on commit 2ca9939

Please sign in to comment.