ARM: dts: aspeed: amd-ethanolx: Update KCS nodes to use v2 binding
authorKonstantin Aladyshev <aladyshev22@gmail.com>
Tue, 27 Oct 2020 12:37:20 +0000 (15:37 +0300)
committerJoel Stanley <joel@jms.id.au>
Wed, 28 Oct 2020 05:53:00 +0000 (16:23 +1030)
KCS nodes compatible property was changed in the dtsi to use v2 binding
before ethanolx was merged, making the ethanolx device tree incorrect.
Update it to use the new binding so the driver loads.

Fixes: fa4c8ec6feaa ("ARM: dts: aspeed: Change KCS nodes to v2 binding")
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20201027123722.2935-1-aladyshev22@gmail.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-amd-ethanolx.dts

index 60ba86f..89ddc38 100644 (file)
 
 &kcs1 {
        status = "okay";
-       kcs_addr = <0x60>;
+       aspeed,lpc-io-reg = <0x60>;
 };
 
 &kcs2 {
        status = "okay";
-       kcs_addr = <0x62>;
+       aspeed,lpc-io-reg = <0x62>;
 };
 
 &kcs4 {
        status = "okay";
-       kcs_addr = <0x97DE>;
+       aspeed,lpc-io-reg = <0x97DE>;
 };
 
 &lpc_snoop {