mbox series

[0/3] rockchip: emmc: rk3399 add vendor prefix

Message ID 20201214024720.24656-1-chris.ruehl@gtsys.com.hk
Headers show
Series rockchip: emmc: rk3399 add vendor prefix | expand

Message

Chris Ruehl Dec. 14, 2020, 2:47 a.m. UTC
This patchset follow up with commit 
Following the reference in vendor-prefixes.yaml, update implementation,
devicetree binding dtsi and documentation for the phy-rockchip-emmc.

Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
---
Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 19 ++++++++++---------
arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi               |  2 +-
arch/arm64/boot/dts/rockchip/rk3399.dtsi                    |  2 +-
drivers/phy/rockchip/phy-rockchip-emmc.c                    |  6 +++---
4 files changed, 15 insertions(+), 14 deletions(-)

Comments

Chris Ruehl Dec. 14, 2020, 2:56 a.m. UTC | #1
On 14/12/2020 10:47 am, Chris Ruehl wrote:
> This patchset follow up with commit
> Following the reference in vendor-prefixes.yaml, update implementation,
> devicetree binding dtsi and documentation for the phy-rockchip-emmc.
> 
> Signed-off-by: Chris Ruehl <chris.ruehl@gtsys.com.hk>
> ---
> Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 19 ++++++++++---------
> arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi               |  2 +-
> arch/arm64/boot/dts/rockchip/rk3399.dtsi                    |  2 +-
> drivers/phy/rockchip/phy-rockchip-emmc.c                    |  6 +++---
> 4 files changed, 15 insertions(+), 14 deletions(-)
> 

Sorry send incomplete patch-set accidentally

v1 follow.

Chris