Re: [Uboot-stm32] [PATCH] board: stm32mp1: correct the property name for eth

2021-06-18 Thread Patrice CHOTARD
Hi Patrick On 6/18/21 8:32 AM, Patrice CHOTARD wrote: > Hi Patrick > > On 6/4/21 6:30 PM, Patrick Delaunay wrote: >> Use the correct name for STMicroelectronics phys config properties, >> replace '_' by '-': >> "st,eth_clk_sel" => "st,eth-clk-sel" >> "st,eth-ref-clk-sel" => st,eth-clk-sel" >>

Re: [PATCH] board: stm32mp1: correct the property name for eth

2021-06-18 Thread Patrice CHOTARD
Hi Patrick It seems that my previous reviewed-by of this patch encountered an issue, so do it again. On 6/4/21 6:30 PM, Patrick Delaunay wrote: > Use the correct name for STMicroelectronics phys config properties, > replace '_' by '-': > "st,eth_clk_sel" => "st,eth-clk-sel" > "st,eth-ref-clk

Re: [PATCH] board: stm32mp1: correct the property name for eth

2021-06-17 Thread Patrice CHOTARD
Hi Patrick On 6/4/21 6:30 PM, Patrick Delaunay wrote: > Use the correct name for STMicroelectronics phys config properties, > replace '_' by '-': > "st,eth_clk_sel" => "st,eth-clk-sel" > "st,eth-ref-clk-sel" => st,eth-clk-sel" > > These property name are aligned with the upstreamed Linux kern

[PATCH] board: stm32mp1: correct the property name for eth

2021-06-04 Thread Patrick Delaunay
Use the correct name for STMicroelectronics phys config properties, replace '_' by '-': "st,eth_clk_sel" => "st,eth-clk-sel" "st,eth-ref-clk-sel" => st,eth-clk-sel" These property name are aligned with the upstreamed Linux kernel binding: linux/Documentation/devicetree/bindings/net/stm32-dwma

[PATCH] board: stm32mp1: correct the property name for eth

2021-06-04 Thread Patrick Delaunay
Use the correct name for STMicroelectronics phys config properties, replace '_' by '-': "st,eth_clk_sel" => "st,eth-clk-sel" "st,eth-ref-clk-sel" => st,eth-clk-sel" These property name are aligned with the upstreamed Linux kernel binding: linux/Documentation/devicetree/bindings/net/stm32-dwma