mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
87c3cdecb3
The Amlogic AXG MIPI + PCIe Analog PHY provides function for both PCIe and MIPI DSI at the same time, and is not exclusive. Thus remove the invalid phy cell parameter. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201116101647.73448-3-narmstrong@baylibre.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
40 lines
939 B
YAML
40 lines
939 B
YAML
# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
|
|
%YAML 1.2
|
|
---
|
|
$id: "http://devicetree.org/schemas/phy/amlogic,meson-axg-mipi-pcie-analog.yaml#"
|
|
$schema: "http://devicetree.org/meta-schemas/core.yaml#"
|
|
|
|
title: Amlogic AXG shared MIPI/PCIE analog PHY
|
|
|
|
maintainers:
|
|
- Remi Pommarel <repk@triplefau.lt>
|
|
|
|
description: |+
|
|
The Everything-Else Power Domains node should be the child of a syscon
|
|
node with the required property:
|
|
|
|
- compatible: Should be the following:
|
|
"amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon"
|
|
|
|
Refer to the the bindings described in
|
|
Documentation/devicetree/bindings/mfd/syscon.yaml
|
|
|
|
properties:
|
|
compatible:
|
|
const: amlogic,axg-mipi-pcie-analog-phy
|
|
|
|
"#phy-cells":
|
|
const: 0
|
|
|
|
required:
|
|
- compatible
|
|
- "#phy-cells"
|
|
|
|
additionalProperties: false
|
|
|
|
examples:
|
|
- |
|
|
mpphy: phy {
|
|
compatible = "amlogic,axg-mipi-pcie-analog-phy";
|
|
#phy-cells = <0>;
|
|
};
|