On 30/08/2022 09:51, Jagan Teki wrote: > RK3399-T is down-clocked version of RK3399 SoC operated at 1.5GHz. > > Add CPU operating points table for it. > > Signed-off-by: FUKAUMI Naoki <naoki@xxxxxxxxx> > Signed-off-by: Jagan Teki <jagan@xxxxxxxxxxxxxxxxxxxx> > --- > Changes for v3: > - new patch > > .../arm64/boot/dts/rockchip/rk3399-t-opp.dtsi | 114 ++++++++++++++++++ > 1 file changed, 114 insertions(+) > create mode 100644 arch/arm64/boot/dts/rockchip/rk3399-t-opp.dtsi > > diff --git a/arch/arm64/boot/dts/rockchip/rk3399-t-opp.dtsi b/arch/arm64/boot/dts/rockchip/rk3399-t-opp.dtsi > new file mode 100644 > index 000000000000..b41c765bd07b > --- /dev/null > +++ b/arch/arm64/boot/dts/rockchip/rk3399-t-opp.dtsi > @@ -0,0 +1,114 @@ > +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) > +/* > + * Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd > + * Copyright (c) 2022 Radxa Limited > + */ > + > +/ { > + cluster0_opp: opp-table0 { Test your DTS. Node name: opp-table-0 Best regards, Krzysztof