From mboxrd@z Thu Jan 1 00:00:00 1970 From: andy.yan@rock-chips.com (Andy Yan) Date: Sun, 01 Mar 2015 14:49:39 +0800 Subject: [PATCH 1/2] dt-bindings: add root compatible property for PopMetal board In-Reply-To: <20074998.Rot74D46YJ@diego> References: <1425034505-25163-1-git-send-email-andy.yan@rock-chips.com> <1425034741-25229-1-git-send-email-andy.yan@rock-chips.com> <20074998.Rot74D46YJ@diego> Message-ID: <54F2B683.9010205@rock-chips.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Heiko: On 2015?03?01? 01:43, Heiko St?bner wrote: > Hi Andy, > > Am Freitag, 27. Februar 2015, 18:59:01 schrieb Andy Yan: >> PopMetal board is a rk3288 based board made by ChipSpark, >> this patch add root compatible property for it >> >> Signed-off-by: Andy Yan >> >> --- >> >> Documentation/devicetree/bindings/arm/rockchip.txt | 4 ++++ >> 1 file changed, 4 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/arm/rockchip.txt >> b/Documentation/devicetree/bindings/arm/rockchip.txt index 6809e4e..818d249 >> 100644 >> --- a/Documentation/devicetree/bindings/arm/rockchip.txt >> +++ b/Documentation/devicetree/bindings/arm/rockchip.txt >> @@ -22,3 +22,7 @@ Rockchip platforms device tree bindings >> - compatible = "firefly,firefly-rk3288", "rockchip,rk3288"; >> or >> - compatible = "firefly,firefly-rk3288-beta", "rockchip,rk3288"; >> + >> +- PopMetal PopMetal-RK3288 board: > this should probably be > ChipSPARK PopMetal-RK3288 board: ok, this will be fixed in V2 > > >> + Required root node properties: >> + - compatible = "chipspark,popmetal-rk3288", "rockchip,rk3288"; > > >