]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM: dts: zynq: update smcc properties
authorNaga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Mon, 8 Apr 2019 13:16:21 +0000 (18:46 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 9 Apr 2019 13:10:09 +0000 (15:10 +0200)
As per the new devicetree documentation, update the compatible and
clock-names properties.
i.e. add "arm,primecell" as another compatibility
and apb_pclk instead of aclk in clock-names.

Signed-off-by: Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/boot/dts/zynq-7000.dtsi

index 0cbb2ede2c0a8ef3c28de01386b056ceaa435af3..07bd31d2ed4a258becaadddf28b8f771fb9516c8 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
                        status = "disabled";
-                       clock-names = "memclk", "aclk";
+                       clock-names = "memclk", "apb_pclk";
                        clocks = <&clkc 11>, <&clkc 44>;
-                       compatible = "arm,pl353-smc-r2p1";
+                       compatible = "arm,pl353-smc-r2p1", "arm,primecell";
                        interrupt-parent = <&intc>;
                        interrupts = <0 18 4>;
                        ranges ;