On Wed, 13 Feb 2019 10:58:35 +0100, Jerome Brunet wrote: > Remove the bindings ID of the clock input of the controller. These > clocks are purely internal to the controller, exposing them was a > mistake. Actually, these should not even be in the provider and have > IDs to begin with. > > Unexpose these IDs before: > * someone starts using them (even if there no valid reason to do so) > * the actual clocks are removed. The fact that they exist is just the > result of an ugly hack. This will be resolved in CCF when we can > reference DT directly in parent table. > > Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx> > --- > drivers/clk/meson/axg-audio.h | 20 ++++++++++++++++++++ > include/dt-bindings/clock/axg-audio-clkc.h | 20 -------------------- > 2 files changed, 20 insertions(+), 20 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>