Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: phy: amlogic,meson-axg-mipi-pcie-analog: drop text about parent syscon and drop example

Since this bindings is referred from amlogic,meson-gx-hhi-sysctrl.yaml, drop the now
useless description about the parent node and also drop the unnecessary example.

Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231124-amlogic-v6-4-upstream-dsi-ccf-vim3-v9-3-95256ed139e6@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Neil Armstrong and committed by
Vinod Koul
130601d4 772dd70a

-17
-17
Documentation/devicetree/bindings/phy/amlogic,meson-axg-mipi-pcie-analog.yaml
··· 9 9 maintainers: 10 10 - Remi Pommarel <repk@triplefau.lt> 11 11 12 - description: |+ 13 - The Everything-Else Power Domains node should be the child of a syscon 14 - node with the required property: 15 - 16 - - compatible: Should be the following: 17 - "amlogic,meson-gx-hhi-sysctrl", "simple-mfd", "syscon" 18 - 19 - Refer to the bindings described in 20 - Documentation/devicetree/bindings/mfd/syscon.yaml 21 - 22 12 properties: 23 13 compatible: 24 14 const: amlogic,axg-mipi-pcie-analog-phy ··· 21 31 - "#phy-cells" 22 32 23 33 additionalProperties: false 24 - 25 - examples: 26 - - | 27 - mpphy: phy { 28 - compatible = "amlogic,axg-mipi-pcie-analog-phy"; 29 - #phy-cells = <0>; 30 - };