ARM: dts: imx6ul-pico-dwarf: Use 'clock-frequency'
[ Upstream commit94e2cf1e0d] 'clock_frequency' is not a valid property. Use the correct 'clock-frequency' instead. Fixes:47246fafef("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
e57ea0c6ba
commit
2a3c3a01e2
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
};
|
||||
|
||||
&i2c2 {
|
||||
clock_frequency = <100000>;
|
||||
clock-frequency = <100000>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_i2c2>;
|
||||
status = "okay";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue