mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
arm64: dts: rockchip: include rk3399-base instead of rk3399 in rk3399-op1
commit08d70143e3upstream. In commit296602b8e5("arm64: dts: rockchip: Move RK3399 OPPs to dtsi files for SoC variants"), everything shared between variants of RK3399 was put into rk3399-base.dtsi and the rest in variant-specific DTSI, such as rk3399-t, rk3399-op1, rk3399, etc. Therefore, the variant-specific DTSI should include rk3399-base.dtsi and not another variant's DTSI. rk3399-op1 wrongly includes rk3399 (a variant) DTSI instead of rk3399-base DTSI, let's fix this oversight by including the intended DTSI. Fortunately, this had no impact on the resulting DTB since all nodes were named the same and all node properties were overridden in rk3399-op1.dtsi. This was checked by doing a checksum of rk3399-op1 DTBs before and after this commit. No intended change in behavior. Fixes:296602b8e5("arm64: dts: rockchip: Move RK3399 OPPs to dtsi files for SoC variants") Cc: stable@vger.kernel.org Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Dragan Simic <dsimic@manjaro.org> Link: https://patch.msgid.link/20251029-rk3399-op1-include-v1-1-2472ee60e7f8@cherry.de Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
95aeda9cb1
commit
ed4b77f0f4
@@ -3,7 +3,7 @@
|
|||||||
* Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
|
* Copyright (c) 2016-2017 Fuzhou Rockchip Electronics Co., Ltd
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "rk3399.dtsi"
|
#include "rk3399-base.dtsi"
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
cluster0_opp: opp-table-0 {
|
cluster0_opp: opp-table-0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user