Message ID | 1458136727-32075-8-git-send-email-afaerber@suse.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Wed, Mar 16, 2016 at 02:58:45PM +0100, Andreas Färber wrote: > Use "geekbuying,geekbox-landingship" compatible string, plus those of > the GeekBox module. > > Signed-off-by: Andreas Färber <afaerber@suse.de> > --- > v3 -> v4: Unchanged > > v2 -> v3: > * Changed compatible string to include geekbox- (Heiko) > and clarify that this is for GeekBox module > > v2: New > > Documentation/devicetree/bindings/arm/rockchip.txt | 5 +++++ > 1 file changed, 5 insertions(+) Think I already acked v3, but: Acked-by: Rob Herring <robh@kernel.org>
Am 18.03.2016 um 22:30 schrieb Rob Herring: > On Wed, Mar 16, 2016 at 02:58:45PM +0100, Andreas Färber wrote: >> Use "geekbuying,geekbox-landingship" compatible string, plus those of >> the GeekBox module. >> >> Signed-off-by: Andreas Färber <afaerber@suse.de> >> --- >> v3 -> v4: Unchanged >> >> v2 -> v3: >> * Changed compatible string to include geekbox- (Heiko) >> and clarify that this is for GeekBox module >> >> v2: New >> >> Documentation/devicetree/bindings/arm/rockchip.txt | 5 +++++ >> 1 file changed, 5 insertions(+) > > Think I already acked v3, but: > > Acked-by: Rob Herring <robh@kernel.org> Yes, you did, but after I had already sent v4. Thanks, Andreas
diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt b/Documentation/devicetree/bindings/arm/rockchip.txt index f633595b196c..ae84f4e1d83b 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.txt +++ b/Documentation/devicetree/bindings/arm/rockchip.txt @@ -91,6 +91,11 @@ Rockchip platforms device tree bindings Required root node properties: - compatible = "geekbuying,geekbox", "rockchip,rk3368"; +- GeekBuying Landingship with GeekBox module: + Required root node properties: + - compatible = "geekbuying,geekbox-landingship", + "geekbuying,geekbox", "rockchip,rk3368"; + - Rockchip RK3368 evb: Required root node properties: - compatible = "rockchip,rk3368-evb-act8846", "rockchip,rk3368";
Use "geekbuying,geekbox-landingship" compatible string, plus those of the GeekBox module. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v3 -> v4: Unchanged v2 -> v3: * Changed compatible string to include geekbox- (Heiko) and clarify that this is for GeekBox module v2: New Documentation/devicetree/bindings/arm/rockchip.txt | 5 +++++ 1 file changed, 5 insertions(+)