]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Remove UART2 from RGB30
authorChris Morgan <macromorgan@hotmail.com>
Wed, 18 Oct 2023 15:33:57 +0000 (10:33 -0500)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 19 Oct 2023 08:46:15 +0000 (10:46 +0200)
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>
arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts

index 3ebc21608213857ec3727455101c6dc23b8cd1a0..1ead3c5c24b37588bf236140e934e2807d75e2cd 100644 (file)
 
 /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>;
        };
 };
 
+/* There is no UART header visible on the board for this device. */
+&uart2 {
+       status = "disabled";
+};
+
 /delete-node/ &vibrator;