-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v5.14-rc4' into media_tree
Linux 5.14-rc4 * tag 'v5.14-rc4': (948 commits) Linux 5.14-rc4 pipe: make pipe writes always wake up readers Revert "perf map: Fix dso->nsinfo refcounting" mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook() slub: fix unreclaimable slab stat for bulk free mm/migrate: fix NR_ISOLATED corruption on 64-bit mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresholding code ocfs2: issue zeroout to EOF blocks ocfs2: fix zero out valid data lib/test_string.c: move string selftest in the Runtime Testing menu gve: Update MAINTAINERS list arch: Kconfig: clean up obsolete use of HAVE_IDE can: esd_usb2: fix memory leak can: ems_usb: fix memory leak can: usb_8dev: fix memory leak can: mcba_usb_start(): add missing urb->transfer_dma initialization can: hi311x: fix a signedness bug in hi3110_cmd() MAINTAINERS: add Yasushi SHOJI as reviewer for the Microchip CAN BUS Analyzer Tool driver scsi: fas216: Fix fall-through warning for Clang scsi: acornscsi: Fix fall-through warning for clang ...
- Loading branch information
Showing
953 changed files
with
13,101 additions
and
8,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -92,7 +92,6 @@ required: | |
- reg | ||
- clocks | ||
- interrupts | ||
- resets | ||
- ports | ||
|
||
allOf: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,8 @@ properties: | |
reg: | ||
oneOf: | ||
- enum: | ||
- 0 | ||
- 1 | ||
- 0 | ||
- 1 | ||
|
||
required: | ||
- compatible | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) | ||
%YAML 1.2 | ||
--- | ||
$id: http://devicetree.org/schemas/net/nxp,dwmac-imx.yaml# | ||
$schema: http://devicetree.org/meta-schemas/core.yaml# | ||
|
||
title: NXP i.MX8 DWMAC glue layer Device Tree Bindings | ||
|
||
maintainers: | ||
- Joakim Zhang <qiangqing.zhang@nxp.com> | ||
|
||
# We need a select here so we don't match all nodes with 'snps,dwmac' | ||
select: | ||
properties: | ||
compatible: | ||
contains: | ||
enum: | ||
- nxp,imx8mp-dwmac-eqos | ||
- nxp,imx8dxl-dwmac-eqos | ||
required: | ||
- compatible | ||
|
||
allOf: | ||
- $ref: "snps,dwmac.yaml#" | ||
|
||
properties: | ||
compatible: | ||
oneOf: | ||
- items: | ||
- enum: | ||
- nxp,imx8mp-dwmac-eqos | ||
- nxp,imx8dxl-dwmac-eqos | ||
- const: snps,dwmac-5.10a | ||
|
||
clocks: | ||
minItems: 3 | ||
maxItems: 5 | ||
items: | ||
- description: MAC host clock | ||
- description: MAC apb clock | ||
- description: MAC timer clock | ||
- description: MAC RGMII TX clock | ||
- description: EQOS MEM clock | ||
|
||
clock-names: | ||
minItems: 3 | ||
maxItems: 5 | ||
contains: | ||
enum: | ||
- stmmaceth | ||
- pclk | ||
- ptp_ref | ||
- tx | ||
- mem | ||
|
||
intf_mode: | ||
$ref: /schemas/types.yaml#/definitions/phandle-array | ||
description: | ||
Should be phandle/offset pair. The phandle to the syscon node which | ||
encompases the GPR register, and the offset of the GPR register. | ||
|
||
snps,rmii_refclk_ext: | ||
$ref: /schemas/types.yaml#/definitions/flag | ||
description: | ||
To select RMII reference clock from external. | ||
|
||
required: | ||
- compatible | ||
- clocks | ||
- clock-names | ||
|
||
unevaluatedProperties: false | ||
|
||
examples: | ||
- | | ||
#include <dt-bindings/interrupt-controller/arm-gic.h> | ||
#include <dt-bindings/interrupt-controller/irq.h> | ||
#include <dt-bindings/clock/imx8mp-clock.h> | ||
eqos: ethernet@30bf0000 { | ||
compatible = "nxp,imx8mp-dwmac-eqos","snps,dwmac-5.10a"; | ||
reg = <0x30bf0000 0x10000>; | ||
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>, | ||
<GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>; | ||
interrupt-names = "macirq", "eth_wake_irq"; | ||
clocks = <&clk IMX8MP_CLK_ENET_QOS_ROOT>, | ||
<&clk IMX8MP_CLK_QOS_ENET_ROOT>, | ||
<&clk IMX8MP_CLK_ENET_QOS_TIMER>, | ||
<&clk IMX8MP_CLK_ENET_QOS>; | ||
clock-names = "stmmaceth", "pclk", "ptp_ref", "tx"; | ||
phy-mode = "rgmii"; | ||
status = "disabled"; | ||
}; |
Oops, something went wrong.