Re: [PATCH v3] arm: imx: dts: Use lower case for bindings notation

2017-12-25 Thread Shawn Guo
On Fri, Dec 15, 2017 at 08:19:30PM +0100, Mathieu Malaterre wrote: > Improve the DTS files using lower case to fix the following dtc warnings: > > Warning (simple_bus_reg): Node /XXX@ simple-bus unit address format > error, expected "" > > Converted using the following command: > > find . -type

Re: [PATCH v3] arm: imx: dts: Use lower case for bindings notation

2017-12-15 Thread Fabio Estevam
On Fri, Dec 15, 2017 at 5:19 PM, Mathieu Malaterre wrote: > Improve the DTS files using lower case to fix the following dtc warnings: > > Warning (simple_bus_reg): Node /XXX@ simple-bus unit address format > error, expected "" > > Converted using the following command: > > find . -type f \( -inam

[PATCH v3] arm: imx: dts: Use lower case for bindings notation

2017-12-15 Thread Mathieu Malaterre
Improve the DTS files using lower case to fix the following dtc warnings: Warning (simple_bus_reg): Node /XXX@ simple-bus unit address format error, expected "" Converted using the following command: find . -type f \( -iname *.dts -o -iname *.dtsi \) -exec sed -i -e "s/@\([0-9a-fA-FxX\.;:#]+\)