u-boot/arch/arm/dts/rk3308-rock-pi-s-u-boot.dtsi
Jonas Karlman 040d1a9cab rockchip: rk3308-rock-pi-s: Remove unnecessary u-boot dtsi overrides
With the emmc and uart0 DT nodes updated to v6.11-rc1 in dts/upstream
there is no longer any need to keep overrides in board u-boot dtsi.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
2024-08-09 18:35:23 +08:00

26 lines
380 B
Text

// SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2018-2019 Rockchip Electronics Co., Ltd
*/
#include "rk3308-u-boot.dtsi"
&u2phy_otg {
/delete-property/ phy-supply;
};
&uart0 {
bootph-all;
clock-frequency = <24000000>;
};
&uart0_xfer {
bootph-all;
};
&vcc5v0_otg {
/delete-property/ regulator-always-on;
};
&vdd_core {
regulator-init-microvolt = <1015000>;
};