]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: ti: k3-am65/j721e-mcu: update cpts node
authorGrygorii Strashko <grygorii.strashko@ti.com>
Wed, 6 May 2020 18:14:01 +0000 (21:14 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 May 2020 00:51:03 +0000 (17:51 -0700)
Update CPTS node following DT binding update:
 - add reg and compatible properties
 - fix node name

Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/arm64/boot/dts/ti/k3-am65-mcu.dtsi
arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

index 0e773e0b3f895ec6fc6d7276a09c7c205eb16848..ae5f813d0cac8e05de778a3a356f459e75ffeba9 100644 (file)
                        bus_freq = <1000000>;
                };
 
-               cpts {
+               cpts@3d000 {
+                       compatible = "ti,am65-cpts";
+                       reg = <0x0 0x3d000 0x0 0x400>;
                        clocks = <&mcu_cpsw_cpts_mux>;
                        clock-names = "cpts";
                        interrupts-extended = <&gic500 GIC_SPI 570 IRQ_TYPE_LEVEL_HIGH>;
index 37c355e5a833cfe72ad667932427733ecc8c858d..dc31bd0434cb499ff31c7f71335b84f259764e2d 100644 (file)
                        bus_freq = <1000000>;
                };
 
-               cpts {
+               cpts@3d000 {
+                       compatible = "ti,am65-cpts";
+                       reg = <0x0 0x3d000 0x0 0x400>;
                        clocks = <&k3_clks 18 2>;
                        clock-names = "cpts";
                        interrupts-extended = <&gic500 GIC_SPI 858 IRQ_TYPE_LEVEL_HIGH>;