Message ID | 20220103163956.6581-6-christianshewitt@gmail.com |
---|---|
State | Accepted |
Commit | bc7811bd4e884bbc21cc7b7031cb7c297662db9c |
Headers | show |
Series | [v2,1/9] arm64: dts: meson: add common SM1 ac2xx dtsi | expand |
On Mon, Jan 03, 2022 at 04:39:52PM +0000, Christian Hewitt wrote: > Add board bindings for the CYX A95XF3-AIR set-top box which ships > with model variants distiguished by Ethernet configuration: models typo: distinguished > using external Gigabit PHY have a -gbit suffix, while models using > an internal 10/100 PHY have no suffix. > > Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> > --- > Documentation/devicetree/bindings/arm/amlogic.yaml | 2 ++ > 1 file changed, 2 insertions(+) Otherwise, Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml index b5b995941d3b..2027ce81a834 100644 --- a/Documentation/devicetree/bindings/arm/amlogic.yaml +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml @@ -173,6 +173,8 @@ properties: - amediatech,x96-air - amediatech,x96-air-gbit - bananapi,bpi-m5 + - cyx,a95xf3-air + - cyx,a95xf3-air-gbit - hardkernel,odroid-c4 - hardkernel,odroid-hc4 - khadas,vim3l
Add board bindings for the CYX A95XF3-AIR set-top box which ships with model variants distiguished by Ethernet configuration: models using external Gigabit PHY have a -gbit suffix, while models using an internal 10/100 PHY have no suffix. Signed-off-by: Christian Hewitt <christianshewitt@gmail.com> --- Documentation/devicetree/bindings/arm/amlogic.yaml | 2 ++ 1 file changed, 2 insertions(+)