diff options
author | Chris Morgan <[email protected]> | 2024-03-25 09:37:27 -0500 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2024-04-10 08:26:35 +0200 |
commit | 8db673210ae24ed44acf15642f4abd6d4b4cae52 (patch) | |
tree | 618c113d3c8d99ff508a85c23377e6fa704e8a0e | |
parent | 6bc8e01c7284ea1f56c6506f38c2ba9474db497a (diff) |
arm64: dts: rockchip: Add optional node for chasis-type on Anbernic rgxx3
Add optional node for chasis-type defining this device as a handset.
Signed-off-by: Chris Morgan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Heiko Stuebner <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi index c8fdb1b817f5..233eade30f21 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3566-anbernic-rgxx3.dtsi @@ -10,6 +10,8 @@ #include "rk3566.dtsi" / { + chassis-type = "handset"; + chosen: chosen { stdout-path = "serial2:1500000n8"; }; |