Commit daf9d2db authored by Arnd Bergmann's avatar Arnd Bergmann

Merge tag 'renesas-arm-dt-for-v5.4-tag1' of...

Merge tag 'renesas-arm-dt-for-v5.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/dt

Renesas ARM DT updates for v5.4

  - Fix HSCIF PM Domain on R-Car H1,
  - PMU support for RZ/G1C.

* tag 'renesas-arm-dt-for-v5.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
  ARM: dts: r8a77470: Add PMU device node
  ARM: dts: r8a7779: Use SYSC "always-on" PM Domain for HSCIF

Link: https://lore.kernel.org/r/20190823123643.18799-2-geert+renesas@glider.beSigned-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parents 1c92b326 57012813
...@@ -63,6 +63,13 @@ extal_clk: extal { ...@@ -63,6 +63,13 @@ extal_clk: extal {
clock-frequency = <0>; clock-frequency = <0>;
}; };
pmu {
compatible = "arm,cortex-a7-pmu";
interrupts-extended = <&gic GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>,
<&gic GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
interrupt-affinity = <&cpu0>, <&cpu1>;
};
/* External SCIF clock */ /* External SCIF clock */
scif_clk: scif { scif_clk: scif {
compatible = "fixed-clock"; compatible = "fixed-clock";
......
...@@ -296,7 +296,7 @@ hscif0: serial@ffe48000 { ...@@ -296,7 +296,7 @@ hscif0: serial@ffe48000 {
<&cpg_clocks R8A7779_CLK_S>, <&cpg_clocks R8A7779_CLK_S>,
<&scif_clk>; <&scif_clk>;
clock-names = "fck", "brg_int", "scif_clk"; clock-names = "fck", "brg_int", "scif_clk";
power-domains = <&cpg_clocks>; power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
status = "disabled"; status = "disabled";
}; };
...@@ -309,7 +309,7 @@ hscif1: serial@ffe49000 { ...@@ -309,7 +309,7 @@ hscif1: serial@ffe49000 {
<&cpg_clocks R8A7779_CLK_S>, <&cpg_clocks R8A7779_CLK_S>,
<&scif_clk>; <&scif_clk>;
clock-names = "fck", "brg_int", "scif_clk"; clock-names = "fck", "brg_int", "scif_clk";
power-domains = <&cpg_clocks>; power-domains = <&sysc R8A7779_PD_ALWAYS_ON>;
status = "disabled"; status = "disabled";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment