Re: [PATCH V8 1/4] dt-bindings: clock: add ipq6018 a53 pll compatible

2020-06-22 Thread Stephen Boyd
Quoting Sivaprakash Murugesan (2020-06-21 21:28:09) > cpus on ipq6018 are clocked by a53 pll, add device compatible for a53 > pll found on ipq6018 devices. > > Reviewed-by: Rob Herring > Signed-off-by: Sivaprakash Murugesan > --- Applied to clk-next

[PATCH V8 1/4] dt-bindings: clock: add ipq6018 a53 pll compatible

2020-06-21 Thread Sivaprakash Murugesan
cpus on ipq6018 are clocked by a53 pll, add device compatible for a53 pll found on ipq6018 devices. Reviewed-by: Rob Herring Signed-off-by: Sivaprakash Murugesan --- [V8] * converted compatible strings from const to enum to avoid dt binding error * retained Rob's review tag as the change is mi