On Tue, 17 Dec 2019 12:03:48 -0800, Sowjanya Komatineni wrote: > Tegra has no CLK_M_DIV2 and CLK_M_DIV4 clocks and instead it has > OSC_DIV2 and OSC_DIV4 clocks from OSC pads. > > This patch changes CLK_M_DIV2 and CLK_M_DIV4 clock ids to OSC_DIV2 > and OSC_DIV4 clock ids for Tegra30 through Tegra210. > > Signed-off-by: Sowjanya Komatineni <skomatineni@xxxxxxxxxx> > --- > include/dt-bindings/clock/tegra114-car.h | 4 ++-- > include/dt-bindings/clock/tegra124-car-common.h | 4 ++-- > include/dt-bindings/clock/tegra210-car.h | 4 ++-- > include/dt-bindings/clock/tegra30-car.h | 4 ++-- > 4 files changed, 8 insertions(+), 8 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>