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: regulator: Fix node descriptions in uniphier-regulator example

Drop a parent node of the regulator as it is not directly necessary.

Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221213082449.2721-5-hayashi.kunihiko@socionext.com
Signed-off-by: Rob Herring <robh@kernel.org>

authored by

Kunihiko Hayashi and committed by
Rob Herring
d3df7f06 3fa1306d

+7 -14
+7 -14
Documentation/devicetree/bindings/regulator/socionext,uniphier-regulator.yaml
··· 89 89 90 90 examples: 91 91 - | 92 - usb-glue@65b00000 { 93 - compatible = "simple-mfd"; 94 - #address-cells = <1>; 95 - #size-cells = <1>; 96 - ranges = <0 0x65b00000 0x400>; 97 - 98 - usb_vbus0: regulators@100 { 99 - compatible = "socionext,uniphier-ld20-usb3-regulator"; 100 - reg = <0x100 0x10>; 101 - clock-names = "link"; 102 - clocks = <&sys_clk 14>; 103 - reset-names = "link"; 104 - resets = <&sys_rst 14>; 105 - }; 92 + usb_vbus0: regulators@100 { 93 + compatible = "socionext,uniphier-ld20-usb3-regulator"; 94 + reg = <0x100 0x10>; 95 + clock-names = "link"; 96 + clocks = <&sys_clk 14>; 97 + reset-names = "link"; 98 + resets = <&sys_rst 14>; 106 99 };