Message ID | 20200327030414.5903-3-wens@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: rockchip: misc. cleanups | expand |
Hi Chen-Yu Tsai, The Documentation/ portion of the patch should come in the series before the code implementing the binding. If you like, could you convert the binding as well and fix the example? Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt > Example: > -------- > rk805: rk805@18 { > compatible = "rockchip,rk805";
On Fri, Mar 27, 2020 at 8:12 PM Johan Jonker <jbx6244@gmail.com> wrote: > > Hi Chen-Yu Tsai, > > The Documentation/ portion of the patch should come in the series before > the code implementing the binding. The name is not part of the binding. > If you like, could you convert the binding as well and fix the example? > > Documentation/devicetree/bindings/pinctrl/pinctrl-rk805.txt I can send an extra patch to fix the example. ChenYu > > Example: > > -------- > > rk805: rk805@18 { > > compatible = "rockchip,rk805"; >
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts index 49c4b96da3d4..6abc6f4a86cf 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts @@ -92,7 +92,7 @@ &gmac2phy { &i2c1 { status = "okay"; - rk805: rk805@18 { + rk805: pmic@18 { compatible = "rockchip,rk805"; reg = <0x18>; interrupt-parent = <&gpio2>; diff --git a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts index bf3e546f5266..ebf3eb222e1f 100644 --- a/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts +++ b/arch/arm64/boot/dts/rockchip/rk3328-rock64.dts @@ -170,7 +170,7 @@ &hdmiphy { &i2c1 { status = "okay"; - rk805: rk805@18 { + rk805: pmic@18 { compatible = "rockchip,rk805"; reg = <0x18>; interrupt-parent = <&gpio2>;