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 d1971ddf06a5d4e18b2e80dffe2b8fb4c7bce8b1..f53a97d9e1b3c72940c8accbf3087c4770497ad0 100644 (file)
        status = "okay";
 };
 
+&uart2 {
+       status = "okay";
+};
+
 &vuart1 {
        status = "okay";
 };
index 1448ea895be439fd9a8e8ed3603bdfe59d324ad7..456ca2830a31b92c49b1696faad57766eaae0a6b 100644 (file)
        status = "okay";
 };
 
+&uart2 {
+       status = "okay";
+};
+
 &vuart1 {
        status = "okay";
 };
index 20ef958698ec772a84420f0987c688cc081cfa45..e1b5d44308fe7008e22cd1d43625593c1dffb211 100644 (file)
        };
 };
 
+&uart2 {
+       status = "okay";
+};
+
 &vuart1 {
        status = "okay";
 };