ZTE arm64 device tree update for 4.10:
Add clock controller device nodes, including one top clock controller, two low speed clock controllers and one audio clock controller. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJYPDsqAAoJEFBXWFqHsHzOl5cH/iifyZ+RRLVuZBKRFM2TEq6T 0DFYvL+wQFQG74b3W8zT50r9ej5NLDvz7yMoqm2Njd/Qn2zM+WA8vxyhTES3JsqF PIzbaYMaYfxMesGIfdCDFQ85g4TdKISCqEMiMrgNFynol6Yk3VHzjT7ODYPAzR/k DZ7tRx1WW7dGLH4EsGZDo1dwC8zbWWoi0J8epbq3qgOXAZ5r5o8TZ4JCIMciqaXc VaQVx/+3qK5rmW+b5BkPk8lFNHEPfi27m/NeHTebWg0YZ+VzvuoS3tAvJl5f1170 d21LvukXnrquLdj1KaD0LQOKP38oSGFp/1l9QsYfHHKnyIZPk17RNrW0wvRg5Zg= =+8XT -----END PGP SIGNATURE----- Merge tag 'zte-dt64-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt64 Pull "ZTE arm64 device tree update for 4.10" from Shawn Guo: Add clock controller device nodes, including one top clock controller, two low speed clock controllers and one audio clock controller. * tag 'zte-dt64-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux: arm64: dts: zx: Add clock controller nodes
This commit is contained in:
commit
ec5260f26b
|
@ -284,9 +284,33 @@ dma: dma-controller@1460000 {
|
|||
dma-requests = <32>;
|
||||
};
|
||||
|
||||
lsp0crm: clock-controller@1420000 {
|
||||
compatible = "zte,zx296718-lsp0crm";
|
||||
reg = <0x01420000 0x1000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
lsp1crm: clock-controller@1430000 {
|
||||
compatible = "zte,zx296718-lsp1crm";
|
||||
reg = <0x01430000 0x1000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
topcrm: clock-controller@1461000 {
|
||||
compatible = "zte,zx296718-topcrm";
|
||||
reg = <0x01461000 0x1000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
|
||||
sysctrl: sysctrl@1463000 {
|
||||
compatible = "zte,zx296718-sysctrl", "syscon";
|
||||
reg = <0x1463000 0x1000>;
|
||||
};
|
||||
|
||||
audiocrm: clock-controller@1480000 {
|
||||
compatible = "zte,zx296718-audiocrm";
|
||||
reg = <0x01480000 0x1000>;
|
||||
#clock-cells = <1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue