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,hi3670-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: Mauro Carvalho Chehab <mchehab@kernel.org>
Acked-By: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20220817142246.828762-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
65c47649 70d012e9

+8 -18
+8 -18
Documentation/devicetree/bindings/phy/hisilicon,hi3670-usb3.yaml
··· 52 52 53 53 examples: 54 54 - | 55 - bus { 56 - #address-cells = <2>; 57 - #size-cells = <2>; 58 - 59 - usb3_otg_bc: usb3_otg_bc@ff200000 { 60 - compatible = "syscon", "simple-mfd"; 61 - reg = <0x0 0xff200000 0x0 0x1000>; 62 - 63 - usb_phy { 64 - compatible = "hisilicon,hi3670-usb-phy"; 65 - #phy-cells = <0>; 66 - hisilicon,pericrg-syscon = <&crg_ctrl>; 67 - hisilicon,pctrl-syscon = <&pctrl>; 68 - hisilicon,sctrl-syscon = <&sctrl>; 69 - hisilicon,eye-diagram-param = <0xfdfee4>; 70 - hisilicon,tx-vboost-lvl = <0x5>; 71 - }; 72 - }; 55 + usb-phy { 56 + compatible = "hisilicon,hi3670-usb-phy"; 57 + #phy-cells = <0>; 58 + hisilicon,pericrg-syscon = <&crg_ctrl>; 59 + hisilicon,pctrl-syscon = <&pctrl>; 60 + hisilicon,sctrl-syscon = <&sctrl>; 61 + hisilicon,eye-diagram-param = <0xfdfee4>; 62 + hisilicon,tx-vboost-lvl = <0x5>; 73 63 };