diff mbox

[1/2] ARM: dts: rockchip: add "rockchip, rk3288-grf" compatible for grf node

Message ID 1517984403-195765-1-git-send-email-shawn.lin@rock-chips.com (mailing list archive)
State New, archived
Headers show

Commit Message

Shawn Lin Feb. 7, 2018, 6:20 a.m. UTC
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(-)

Comments

Heiko Stuebner Feb. 9, 2018, 6:17 p.m. UTC | #1
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
Shawn Lin Feb. 10, 2018, 8:12 a.m. UTC | #2
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 mbox

Patch

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>;