ARM: dts: aspeed: p10bmc: Enable UART2
authorEddie James <eajames@linux.ibm.com>
Thu, 26 Jan 2023 22:08:42 +0000 (16:08 -0600)
committerJoel Stanley <joel@jms.id.au>
Wed, 1 Feb 2023 04:40:18 +0000 (15:10 +1030)
The APSS can be accessed over the second uart on these systems.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Link: https://lore.kernel.org/r/20230126220842.885965-1-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-bonnell.dts
arch/arm/boot/dts/aspeed-bmc-ibm-everest.dts
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index d1971dd..f53a97d 100644 (file)
        status = "okay";
 };
 
+&uart2 {
+       status = "okay";
+};
+
 &vuart1 {
        status = "okay";
 };
index 1448ea8..456ca28 100644 (file)
        status = "okay";
 };
 
+&uart2 {
+       status = "okay";
+};
+
 &vuart1 {
        status = "okay";
 };
index 20ef958..e1b5d44 100644 (file)
        };
 };
 
+&uart2 {
+       status = "okay";
+};
+
 &vuart1 {
        status = "okay";
 };