mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
ARM: dts: rockchip: add "rockchip,rk3228-grf" compatible for rk322x grf node
rockchip,rk3228-grf is used both for rk3228 and rk3229. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
committed by
Heiko Stuebner
parent
99435889bd
commit
692f492f66
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user