Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul-pico-dwarf: Use 'clock-frequency'

'clock_frequency' is not a valid property.

Use the correct 'clock-frequency' instead.

Fixes: 47246fafef84 ("ARM: dts: imx6ul-pico: Add support for the dwarf baseboard")
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
94e2cf1e cfd04dd1

+1 -1
+1 -1
arch/arm/boot/dts/imx6ul-pico-dwarf.dts
··· 32 32 }; 33 33 34 34 &i2c2 { 35 - clock_frequency = <100000>; 35 + clock-frequency = <100000>; 36 36 pinctrl-names = "default"; 37 37 pinctrl-0 = <&pinctrl_i2c2>; 38 38 status = "okay";