summaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot/dts/rockchip
diff options
context:
space:
mode:
authorChris Morgan <macromorgan@hotmail.com>2023-10-18 10:33:57 -0500
committerHeiko Stuebner <heiko@sntech.de>2023-10-19 10:46:15 +0200
commitefa1d1c6c8e4f89eedef9035d1f74fe98861eb30 (patch)
treeb06870c5c503e42b846333ba7a546c7437d5b762 /arch/arm64/boot/dts/rockchip
parent793e0d8988bc0e6bf2ff5c6df7fc81ec8c53a93e (diff)
downloadlinux-stable-efa1d1c6c8e4f89eedef9035d1f74fe98861eb30.tar.gz
linux-stable-efa1d1c6c8e4f89eedef9035d1f74fe98861eb30.tar.bz2
linux-stable-efa1d1c6c8e4f89eedef9035d1f74fe98861eb30.zip
arm64: dts: rockchip: Remove UART2 from RGB30
The Powkiddy RGB30 has no onboard UART header, so remove the reference to it in the device tree. This was left on by mistake in the initial commit. Signed-off-by: Chris Morgan <macromorgan@hotmail.com> Link: https://lore.kernel.org/r/20231018153357.343142-4-macroalpha82@gmail.com Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts b/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
index 3ebc21608213..1ead3c5c24b3 100644
--- a/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts
@@ -64,6 +64,10 @@
/delete-node/ &adc_keys;
+&chosen {
+ /delete-property/ stdout-path;
+};
+
&cru {
assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>,
<&pmucru PLL_PPLL>, <&cru PLL_VPLL>;
@@ -149,4 +153,9 @@
};
};
+/* There is no UART header visible on the board for this device. */
+&uart2 {
+ status = "disabled";
+};
+
/delete-node/ &vibrator;