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

devicetree: phy: rockchip-emmc optional add vendor prefix

Update the documentation and add the vendor prefix to the optional
properties referred in vendor-prefixes.yaml.
Follow up with
commit 8b5c2b45b8f0a ("phy: rockchip: set pulldown for strobe line in dts")
commit a8cef928276bb ("phy: rockchip-emmc: output tap delay dt property")

Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201215014409.905-2-chris.ruehl@gtsys.com.hk
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Chris Ruehl and committed by
Vinod Koul
88d9f40c aaf316de

+5 -5
+5 -5
Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt
··· 16 16 - drive-impedance-ohm: Specifies the drive impedance in Ohm. 17 17 Possible values are 33, 40, 50, 66 and 100. 18 18 If not set, the default value of 50 will be applied. 19 - - enable-strobe-pulldown: Enable internal pull-down for the strobe line. 20 - If not set, pull-down is not used. 21 - - output-tapdelay-select: Specifies the phyctrl_otapdlysec register. 22 - If not set, the register defaults to 0x4. 23 - Maximum value 0xf. 19 + - rockchip,enable-strobe-pulldown: Enable internal pull-down for the strobe 20 + line. If not set, pull-down is not used. 21 + - rockchip,output-tapdelay-select: Specifies the phyctrl_otapdlysec register. 22 + If not set, the register defaults to 0x4. 23 + Maximum value 0xf. 24 24 25 25 Example: 26 26