302-dts-0094-arm64-dts-fsl-Drop-compatible-string-from-Felix-swit.patch 875 B

123456789101112131415161718192021222324
  1. From 21c535326436df93fd61c9bd029b8716d1ab94d0 Mon Sep 17 00:00:00 2001
  2. From: Vladimir Oltean <[email protected]>
  3. Date: Fri, 29 Nov 2019 03:10:23 +0200
  4. Subject: [PATCH] arm64: dts: fsl: Drop "compatible" string from Felix switch
  5. Since Felix is not a platform device but a PCI device, the "compatible"
  6. string serves no purpose. The device driver is found by matching the PCI
  7. device/vendor ID to the ENETC PF.
  8. Signed-off-by: Vladimir Oltean <[email protected]>
  9. ---
  10. arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 1 -
  11. 1 file changed, 1 deletion(-)
  12. --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
  13. +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi
  14. @@ -768,7 +768,6 @@
  15. little-endian;
  16. };
  17. switch@0,5 {
  18. - compatible = "mscc,felix-switch";
  19. reg = <0x000500 0 0 0 0>;
  20. /* IEP INT_B */
  21. interrupts = <GIC_SPI 95 IRQ_TYPE_LEVEL_HIGH>;