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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: hisilicon,hi3660-usb3: simplify example

syscon and simple-mfd cannot be used without device specific compatible,
so simplify the example to fix this.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-By: Vinod Koul <vkoul@kernel.org>
Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/20220817142246.828762-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
70d012e9 68df5913

+6 -16
+6 -16
Documentation/devicetree/bindings/phy/hisilicon,hi3660-usb3.yaml
··· 41 41 42 42 examples: 43 43 - | 44 - bus { 45 - #address-cells = <2>; 46 - #size-cells = <2>; 47 - 48 - usb3_otg_bc: usb3_otg_bc@ff200000 { 49 - compatible = "syscon", "simple-mfd"; 50 - reg = <0x0 0xff200000 0x0 0x1000>; 51 - 52 - usb-phy { 53 - compatible = "hisilicon,hi3660-usb-phy"; 54 - #phy-cells = <0>; 55 - hisilicon,pericrg-syscon = <&crg_ctrl>; 56 - hisilicon,pctrl-syscon = <&pctrl>; 57 - hisilicon,eye-diagram-param = <0x22466e4>; 58 - }; 59 - }; 44 + usb-phy { 45 + compatible = "hisilicon,hi3660-usb-phy"; 46 + #phy-cells = <0>; 47 + hisilicon,pericrg-syscon = <&crg_ctrl>; 48 + hisilicon,pctrl-syscon = <&pctrl>; 49 + hisilicon,eye-diagram-param = <0x22466e4>; 60 50 };