From: Hugo Villeneuve <[email protected]>
Hello,
this patch series fixes compatible description for the RVE gateway board.
Thank you.
Hugo Villeneuve (2):
dt-bindings: arm: fsl: remove redundant company name
arm64: dts: imx8mn-rve-gateway: remove redundant company name
Documentation/devicetree/bindings/arm/fsl.yaml | 2 +-
arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
base-commit: 615d300648869c774bd1fe54b4627bb0c20faed4
--
2.39.2
From: Hugo Villeneuve <[email protected]>
Company name in compatible description appears twice, which is not really
helpful, so remove it from product name.
Signed-off-by: Hugo Villeneuve <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
index 1b633bd1ebb6..ea1855171fb0 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-rve-gateway.dts
@@ -10,7 +10,7 @@
/ {
model = "RVE gateway";
- compatible = "rve,rve-gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
+ compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
crystal_duart_24m: crystal-duart-24m {
compatible = "fixed-clock";
--
2.39.2