提交 41c941c5 编写于 作者: C Chen-Yu Tsai 提交者: Yang Yingliang

arm64: dts: rockchip: Replace RK805 PMIC node name with "pmic" on rk3328 boards

commit 83b994129fb4c18a8460fd395864a28740e5e7fb upstream.

In some board device tree files, "rk805" was used for the RK805 PMIC's
node name. However the policy for device trees is that generic names
should be used.

Replace the "rk805" node name with the generic "pmic" name.

Fixes: 1e28037e ("arm64: dts: rockchip: add rk805 node for rk3328-evb")
Fixes: 955bebde ("arm64: dts: rockchip: add rk3328-rock64 board")
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Link: https://lore.kernel.org/r/20200327030414.5903-3-wens@kernel.orgSigned-off-by: NHeiko Stuebner <heiko@sntech.de>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 6dd15911
...@@ -92,7 +92,7 @@ ...@@ -92,7 +92,7 @@
&i2c1 { &i2c1 {
status = "okay"; status = "okay";
rk805: rk805@18 { rk805: pmic@18 {
compatible = "rockchip,rk805"; compatible = "rockchip,rk805";
reg = <0x18>; reg = <0x18>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
......
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
&i2c1 { &i2c1 {
status = "okay"; status = "okay";
rk805: rk805@18 { rk805: pmic@18 {
compatible = "rockchip,rk805"; compatible = "rockchip,rk805";
reg = <0x18>; reg = <0x18>;
interrupt-parent = <&gpio2>; interrupt-parent = <&gpio2>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册