Skip to content

Commit

Permalink
ARM: dts: imx7d-pico: Use 'clock-frequency'
Browse files Browse the repository at this point in the history
[ Upstream commit f4dd084 ]

'clock_frequency' is not a valid property.

Use the correct 'clock-frequency' instead.

Fixes: 8b646cf ("ARM: dts: imx7d-pico: Add support for the dwarf baseboard")
Fixes: 6418fd9 ("ARM: dts: imx7d-pico: Add support for the nymph baseboard")
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
Fabio Estevam authored and gregkh committed Feb 1, 2023
1 parent 79ed997 commit 02badcc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx7d-pico-dwarf.dts
Expand Up @@ -32,7 +32,7 @@
};

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

&i2c4 {
clock_frequency = <100000>;
clock-frequency = <100000>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c1>;
status = "okay";
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx7d-pico-nymph.dts
Expand Up @@ -43,7 +43,7 @@
};

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

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

0 comments on commit 02badcc

Please sign in to comment.