Message ID | HK2PR01MB3281AFFC8F352E3AE8046645FA660@HK2PR01MB3281.apcprd01.prod.exchangelabs.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Add support for Moxa UC-8100A-ME open platform | expand |
On Tue, Jul 07, 2020 at 10:23:34AM +0000, Johnson CH Chen (陳昭勳) wrote: > UC-8100-ME-T is deprecated, and UC-8100A-ME is advanced of UC-8100-ME-T, > so replace UC-8100-ME-T with UC-8100A-ME. > > Signed-off-by: Johnson Chen <johnsonch.chen@moxa.com> > --- > Documentation/devicetree/bindings/arm/omap/omap.txt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt > index e77635c5422c..f02265a8a0d4 100644 > --- a/Documentation/devicetree/bindings/arm/omap/omap.txt > +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt > @@ -167,8 +167,8 @@ Boards (incomplete list of examples): > - AM335x phyBOARD-REGOR: Single Board Computer > compatible = "phytec,am335x-regor", "phytec,am335x-phycore-som", "ti,am33xx" > > -- AM335X UC-8100-ME-T: Communication-centric industrial computing platform > - compatible = "moxa,uc-8100-me-t", "ti,am33xx"; > +- AM335X UC-8100A-ME: Communication-centric industrial computing platform > + compatible = "moxa,uc-8100a-me", "ti,am33xx"; You can't just change compatible strings. They are an ABI. > > - OMAP5 EVM : Evaluation Module > compatible = "ti,omap5-evm", "ti,omap5" > -- > 2.11.0
diff --git a/Documentation/devicetree/bindings/arm/omap/omap.txt b/Documentation/devicetree/bindings/arm/omap/omap.txt index e77635c5422c..f02265a8a0d4 100644 --- a/Documentation/devicetree/bindings/arm/omap/omap.txt +++ b/Documentation/devicetree/bindings/arm/omap/omap.txt @@ -167,8 +167,8 @@ Boards (incomplete list of examples): - AM335x phyBOARD-REGOR: Single Board Computer compatible = "phytec,am335x-regor", "phytec,am335x-phycore-som", "ti,am33xx" -- AM335X UC-8100-ME-T: Communication-centric industrial computing platform - compatible = "moxa,uc-8100-me-t", "ti,am33xx"; +- AM335X UC-8100A-ME: Communication-centric industrial computing platform + compatible = "moxa,uc-8100a-me", "ti,am33xx"; - OMAP5 EVM : Evaluation Module compatible = "ti,omap5-evm", "ti,omap5"
UC-8100-ME-T is deprecated, and UC-8100A-ME is advanced of UC-8100-ME-T, so replace UC-8100-ME-T with UC-8100A-ME. Signed-off-by: Johnson Chen <johnsonch.chen@moxa.com> --- Documentation/devicetree/bindings/arm/omap/omap.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)