All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: rockchip: add "rockchip, rk3288-grf" compatible for grf node
@ 2018-02-07  6:20 Shawn Lin
       [not found] ` <1517984403-195765-1-git-send-email-shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Shawn Lin @ 2018-02-07  6:20 UTC (permalink / raw)
  To: Heiko Stuebner; +Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Shawn Lin

rockchip,rk3288-grf is used both for rk3228 and rk3229.

Signed-off-by: Shawn Lin <shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
---

 arch/arm/boot/dts/rk322x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-02-10  8:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-07  6:20 [PATCH 1/2] ARM: dts: rockchip: add "rockchip, rk3288-grf" compatible for grf node Shawn Lin
     [not found] ` <1517984403-195765-1-git-send-email-shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2018-02-07  6:20   ` [PATCH 2/2] soc: rockchip: disable jtag switching for RK3228/RK3229 SoCs Shawn Lin
     [not found]     ` <1517984403-195765-2-git-send-email-shawn.lin-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2018-02-09 18:41       ` Heiko Stuebner
2018-02-09 18:17   ` [PATCH 1/2] ARM: dts: rockchip: add "rockchip, rk3288-grf" compatible for grf node Heiko Stuebner
2018-02-10  8:12     ` [PATCH 1/2] ARM: dts: rockchip: add "rockchip,rk3288-grf" " Shawn Lin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.