layerscape: Fix build in dtb
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 302-dts-0058-arm64-dts-fsl-ls1028a-add-flexcan-node.patch
index 28dd5675eaffcc5ded683ffe431329a26d691f0a..8ca08014224ac30595fb65f55861328705733063 100644 (file)
@@ -85,30 +85,3 @@ Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
   *
   * Harninder Rai <harninder.rai@nxp.com>
   *
-@@ -301,6 +301,26 @@
-                       reg = <0x0 0x2190000 0x0 0x10000>;
-                       interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
-                       clocks = <&sysclk>, <&clockgen 4 1>;
-+                      clock-names = "ipg", "per";
-+                      status = "disabled";
-+              };
-+
-+              can0: can@2180000 {
-+                      compatible = "fsl,ls1028ar1-flexcan",
-+                                   "fsl,lx2160ar1-flexcan";
-+                      reg = <0x0 0x2180000 0x0 0x10000>;
-+                      interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
-+                      clocks = <&sysclk>, <&clockgen 4 1>;
-+                      clock-names = "ipg", "per";
-+                      status = "disabled";
-+              };
-+
-+              can1: can@2190000 {
-+                      compatible = "fsl,ls1028ar1-flexcan",
-+                                   "fsl,lx2160ar1-flexcan";
-+                      reg = <0x0 0x2190000 0x0 0x10000>;
-+                      interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
-+                      clocks = <&sysclk>, <&clockgen 4 1>;
-                       clock-names = "ipg", "per";
-                       status = "disabled";
-               };