Message ID | 1517984403-195765-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi Shawn, Am Mittwoch, 7. Februar 2018, 07:20:02 CET schrieb Shawn Lin: > rockchip,rk3288-grf is used both for rk3228 and rk3229. > > Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> applied for 4.17 after replacing the rk3288 occurences with rk3228 in the commit message :-) Also please include the general linux-arm-kerneĺ list in future patches. Thanks Heiko
On 2018/2/10 2:17, Heiko Stuebner wrote: > Hi Shawn, > > Am Mittwoch, 7. Februar 2018, 07:20:02 CET schrieb Shawn Lin: >> rockchip,rk3288-grf is used both for rk3228 and rk3229. >> >> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> > > applied for 4.17 after replacing the rk3288 occurences with rk3228 in the > commit message :-) > Woops, Sorry for that. > Also please include the general linux-arm-kerneĺ list in future patches. Sure. > > > Thanks > Heiko > > >
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi index 780ec3a..3dd2e12 100644 --- a/arch/arm/boot/dts/rk322x.dtsi +++ b/arch/arm/boot/dts/rk322x.dtsi @@ -233,7 +233,7 @@ }; grf: syscon@11000000 { - compatible = "syscon", "simple-mfd"; + compatible = "rockchip,rk3228-grf", "syscon", "simple-mfd"; reg = <0x11000000 0x1000>; #address-cells = <1>; #size-cells = <1>;
rockchip,rk3288-grf is used both for rk3228 and rk3229. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- arch/arm/boot/dts/rk322x.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)