Skip to content

Commit

Permalink
arm64: dts: toshiba: Fix pl011 and pl022 clocks
Browse files Browse the repository at this point in the history
Arm Primecell blocks have a functional clock and a bus clock. The
Toshiba TMPV7708 only defines the bus clock (apb_pclk). Add the
"uartclk" and "sspclk" clocks to the PL011 and PL022 nodes,
respectively.

Signed-off-by: Rob Herring (Arm) <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
robherring authored and arndb committed Sep 5, 2024
1 parent 4f6dc10 commit 6e7fd89
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions arch/arm64/boot/dts/toshiba/tmpv7708.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
interrupts = <GIC_SPI 133 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&uart0_pins>;
clocks = <&pismu TMPV770X_CLK_PIUART0>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PIUART0>, <&pismu TMPV770X_CLK_PIUART0>;
clock-names = "uartclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -207,8 +207,8 @@
interrupts = <GIC_SPI 134 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&uart1_pins>;
clocks = <&pismu TMPV770X_CLK_PIUART1>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PIUART1>, <&pismu TMPV770X_CLK_PIUART1>;
clock-names = "uartclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -218,8 +218,8 @@
interrupts = <GIC_SPI 135 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&uart2_pins>;
clocks = <&pismu TMPV770X_CLK_PIUART2>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PIUART2>, <&pismu TMPV770X_CLK_PIUART2>;
clock-names = "uartclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -229,8 +229,8 @@
interrupts = <GIC_SPI 136 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&uart3_pins>;
clocks = <&pismu TMPV770X_CLK_PIUART2>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PIUART2>, <&pismu TMPV770X_CLK_PIUART2>;
clock-names = "uartclk", "apb_pclk";
status = "disabled";
};

Expand Down Expand Up @@ -360,8 +360,8 @@
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&pismu TMPV770X_CLK_PISPI1>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PISPI1>, <&pismu TMPV770X_CLK_PISPI1>;
clock-names = "sspclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -374,8 +374,8 @@
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&pismu TMPV770X_CLK_PISPI1>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PISPI1>, <&pismu TMPV770X_CLK_PISPI1>;
clock-names = "sspclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -388,8 +388,8 @@
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&pismu TMPV770X_CLK_PISPI2>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PISPI2>, <&pismu TMPV770X_CLK_PISPI2>;
clock-names = "sspclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -402,8 +402,8 @@
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&pismu TMPV770X_CLK_PISPI3>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PISPI3>, <&pismu TMPV770X_CLK_PISPI3>;
clock-names = "sspclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -416,8 +416,8 @@
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&pismu TMPV770X_CLK_PISPI4>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PISPI4>, <&pismu TMPV770X_CLK_PISPI4>;
clock-names = "sspclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -430,8 +430,8 @@
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&pismu TMPV770X_CLK_PISPI5>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PISPI5>, <&pismu TMPV770X_CLK_PISPI5>;
clock-names = "sspclk", "apb_pclk";
status = "disabled";
};

Expand All @@ -444,8 +444,8 @@
num-cs = <1>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&pismu TMPV770X_CLK_PISPI6>;
clock-names = "apb_pclk";
clocks = <&pismu TMPV770X_CLK_PISPI6>, <&pismu TMPV770X_CLK_PISPI6>;
clock-names = "sspclk", "apb_pclk";
status = "disabled";
};

Expand Down

0 comments on commit 6e7fd89

Please sign in to comment.