Skip to content

Commit efa1d1c

Browse files
macromorganmmind
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 793e0d8 commit efa1d1c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3566-powkiddy-rgb30.dts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464

6565
/delete-node/ &adc_keys;
6666

67+
&chosen {
68+
/delete-property/ stdout-path;
69+
};
70+
6771
&cru {
6872
assigned-clocks = <&pmucru CLK_RTC_32K>, <&cru PLL_GPLL>,
6973
<&pmucru PLL_PPLL>, <&cru PLL_VPLL>;
@@ -149,4 +153,9 @@
149153
};
150154
};
151155

156+
/* There is no UART header visible on the board for this device. */
157+
&uart2 {
158+
status = "disabled";
159+
};
160+
152161
/delete-node/ &vibrator;

0 commit comments

Comments
 (0)