diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-28 23:08:19 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-28 23:08:19 +0000 |
commit | 046afb591ff0b6dbaeba831ba3bbfe96811ecec9 (patch) | |
tree | 18317e767808e7e51e9ab658b89c1baf16a3fc84 /sys/gnu/dts/arm/imx6ul-pico-pi.dts | |
parent | ce70577d7f9ed94631b5a02b91024dfb7aa2cabf (diff) | |
parent | 01e5ca170569c10889ed1bb2efcf4d19eae1353c (diff) |
Import DTS files from Linux 5.3
Notes
Notes:
svn path=/head/; revision=352860
Diffstat (limited to 'sys/gnu/dts/arm/imx6ul-pico-pi.dts')
-rw-r--r-- | sys/gnu/dts/arm/imx6ul-pico-pi.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/gnu/dts/arm/imx6ul-pico-pi.dts b/sys/gnu/dts/arm/imx6ul-pico-pi.dts index de07357b27fc..6cd7d5877d20 100644 --- a/sys/gnu/dts/arm/imx6ul-pico-pi.dts +++ b/sys/gnu/dts/arm/imx6ul-pico-pi.dts @@ -43,7 +43,7 @@ }; &i2c2 { - clock_frequency = <100000>; + clock-frequency = <100000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c2>; status = "okay"; @@ -58,7 +58,7 @@ }; &i2c3 { - clock_frequency = <100000>; + clock-frequency = <100000>; pinctrl-names = "default"; pinctrl-0 = <&pinctrl_i2c3>; status = "okay"; |