Message ID | 1461304307-14113-4-git-send-email-jay.xu@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Apr 22, 2016 at 01:51:46PM +0800, Jianqun Xu wrote: > The RK3399 evaluation board is designed with pmic > rk808 on top board. > > Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> > --- > changes in v2: > - new add patch > > Documentation/devicetree/bindings/arm/rockchip.txt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) Acked-by: Rob Herring <robh@kernel.org>
On Fri, Apr 22, 2016 at 01:51:46PM +0800, Jianqun Xu wrote: > The RK3399 evaluation board is designed with pmic > rk808 on top board. > > Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> > --- > changes in v2: > - new add patch FWIW, the $subject is a bit confusing. Probaly should be "Documentation: ...". But otherwise, LGTM.
Hi Brian: On 2016?04?26? 07:22, Brian Norris wrote: > On Fri, Apr 22, 2016 at 01:51:46PM +0800, Jianqun Xu wrote: >> The RK3399 evaluation board is designed with pmic >> rk808 on top board. >> >> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> >> --- >> changes in v2: >> - new add patch > > FWIW, the $subject is a bit confusing. Probaly should be "Documentation: > ...". But otherwise, LGTM. > > ok, I will fix it in next version, thanks ~ >
Hi Brian: On 2016?04?26? 07:22, Brian Norris wrote: > On Fri, Apr 22, 2016 at 01:51:46PM +0800, Jianqun Xu wrote: >> The RK3399 evaluation board is designed with pmic >> rk808 on top board. >> >> Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> >> --- >> changes in v2: >> - new add patch > > FWIW, the $subject is a bit confusing. Probaly should be "Documentation: > ...". But otherwise, LGTM. > yes, I will fix it in next version, thanks > >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt index 2549519..6491b56 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -101,4 +101,8 @@ Rockchip platforms device tree bindings - Rockchip RK3228 Evaluation board: Required root node properties: - - compatible = "rockchip,rk3228-evb", "rockchip,rk3228"; + - compatible = "rockchip,rk3228-evb", "rockchip,rk3228"; + +- Rockchip RK3399 evb: + Required root node properties: + - compatible = "rockchip,rk3399-evb", "rockchip,rk3399";
The RK3399 evaluation board is designed with pmic rk808 on top board. Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com> --- changes in v2: - new add patch Documentation/devicetree/bindings/arm/rockchip.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)