Re: [PATCH v1 2/2] dt-bindings: crypto: remove mediatek ethif clock

2017-06-07 Thread Rob Herring
On Thu, Jun 01, 2017 at 10:30:22AM +0800, Ryder Lee wrote: > This patch removes the parent clock 'ethif' in bindings, since we don't > need to control the parent of a clock in current clock framework. > > Moreover, the clocks are get by name in the driver, thus this change > does not break backwar

[PATCH v1 2/2] dt-bindings: crypto: remove mediatek ethif clock

2017-05-31 Thread Ryder Lee
This patch removes the parent clock 'ethif' in bindings, since we don't need to control the parent of a clock in current clock framework. Moreover, the clocks are get by name in the driver, thus this change does not break backwards compatibility. Signed-off-by: Ryder Lee Reviewed-by: Matthias Br