Re: [PATCH v4 6/7] ARM: dts: aspeed: g6: Change vuart compatible string for ast2600
Tan Siewert <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.drivers.devicetree,gmane.linux.serial,gmane.linux.ports.arm.kernel |
|---|---|
| Message-ID | <178405518338.194693.4399160180155776340.b4-review@b4> |
> Use the ast2600 compatible string. > Make it more precise and enable specific ast2600 properties. > Still use the ast2500 compatible string as a fallback. > > Signed-off-by: Grégoire Layet <[email protected]> > > diff --git a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi > index 56bb3b0444f7..7c02633f2bd6 100644 > --- a/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi > +++ b/arch/arm/boot/dts/aspeed/aspeed-g6.dtsi > @@ -707,7 +707,7 @@ emmc: sdhci@1e750100 { > }; > > vuart1: serial@1e787000 { > - compatible = "aspeed,ast2500-vuart"; > + compatible = "aspeed,ast2600-vuart", "aspeed,ast2500-vuart"; compatible = "aspeed,ast2500-vuart", "aspeed,ast2600-vuart"; Tan -- Tan Siewert <[email protected]>