Rockchip RK3588M is the automotive-grade version of RK3588 SoC and is operated with -40 °C to +85 °C temparature. Add rk3588m specific dtsi for adding rk3588m specific operating points and other changes to be add in future. Signed-off-by: Jagan Teki <jagan@xxxxxxxxxx> --- arch/arm64/boot/dts/rockchip/rk3588m.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 arch/arm64/boot/dts/rockchip/rk3588m.dtsi diff --git a/arch/arm64/boot/dts/rockchip/rk3588m.dtsi b/arch/arm64/boot/dts/rockchip/rk3588m.dtsi new file mode 100644 index 000000000000..0bbeee399a63 --- /dev/null +++ b/arch/arm64/boot/dts/rockchip/rk3588m.dtsi @@ -0,0 +1,7 @@ +// SPDX-License-Identifier: (GPL-2.0+ OR MIT) +/* + * Copyright (c) 2022 Rockchip Electronics Co., Ltd. + * + */ + +#include "rk3588-extra.dtsi" -- 2.34.1