提交 2fd2300a 编写于 作者: J Johan Jonker 提交者: Heiko Stuebner

ARM: dts: rockchip: rename nodename for phy-rockchip-inno-usb2

The pattern: "^(|usb-|usb2-|usb3-|pci-|pcie-|sata-)phy(@[0-9a-f,]+)*$"
in phy-provider.yaml has required "#phy-cells" for phy nodes.
The "phy-cells" in rockchip-inno-usb2 nodes are located in subnodes.
Rename the nodename to pattern "usb2phy@[0-9a-f]+$" to prevent
notifications.

make ARCH=arm dtbs_check
DT_SCHEMA_FILES=~/.local/lib/python3.5/site-packages/dtschema/schemas/
phy/phy-provider.yaml
Signed-off-by: NJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210601164800.7670-4-jbx6244@gmail.comSigned-off-by: NHeiko Stuebner <heiko@sntech.de>
上级 d67113c2
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
status = "disabled"; status = "disabled";
}; };
u2phy0: usb2-phy@760 { u2phy0: usb2phy@760 {
compatible = "rockchip,rk3228-usb2phy"; compatible = "rockchip,rk3228-usb2phy";
reg = <0x0760 0x0c>; reg = <0x0760 0x0c>;
clocks = <&cru SCLK_OTGPHY0>; clocks = <&cru SCLK_OTGPHY0>;
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
}; };
}; };
u2phy1: usb2-phy@800 { u2phy1: usb2phy@800 {
compatible = "rockchip,rk3228-usb2phy"; compatible = "rockchip,rk3228-usb2phy";
reg = <0x0800 0x0c>; reg = <0x0800 0x0c>;
clocks = <&cru SCLK_OTGPHY1>; clocks = <&cru SCLK_OTGPHY1>;
......
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
u2phy: usb2-phy@100 { u2phy: usb2phy@100 {
compatible = "rockchip,rv1108-usb2phy"; compatible = "rockchip,rv1108-usb2phy";
reg = <0x100 0x0c>; reg = <0x100 0x0c>;
clocks = <&cru SCLK_USBPHY>; clocks = <&cru SCLK_USBPHY>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册