Skip to content

Commit 4db286b

Browse files
andredkrzk
authored andcommitted
arm64: dts: exynos: gs101: specify empty clocks for remaining pinctrl
The pinctrl instances hsi1, gsactrl, and gsacore need a clock for register access to work. Since we haven't implemented the relevant CMUs for the clocks required by these instances just add empty clocks for now so as to make the DT pass the validation checks. Once the clocks are implmented in the gs101 clock driver, these should be updated then. Signed-off-by: André Draszik <[email protected]> Reviewed-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/20240430-samsung-pinctrl-busclock-dts-v2-4-14fc988139dd@linaro.org Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 8120dc4 commit 4db286b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

arch/arm64/boot/dts/exynos/google/gs101.dtsi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,6 +1309,9 @@
13091309
pinctrl_hsi1: pinctrl@11840000 {
13101310
compatible = "google,gs101-pinctrl";
13111311
reg = <0x11840000 0x00001000>;
1312+
/* TODO: update once support for this CMU exists */
1313+
clocks = <0>;
1314+
clock-names = "pclk";
13121315
interrupts = <GIC_SPI 471 IRQ_TYPE_LEVEL_HIGH 0>;
13131316
};
13141317

@@ -1422,11 +1425,17 @@
14221425
pinctrl_gsactrl: pinctrl@17940000 {
14231426
compatible = "google,gs101-pinctrl";
14241427
reg = <0x17940000 0x00001000>;
1428+
/* TODO: update once support for this CMU exists */
1429+
clocks = <0>;
1430+
clock-names = "pclk";
14251431
};
14261432

14271433
pinctrl_gsacore: pinctrl@17a80000 {
14281434
compatible = "google,gs101-pinctrl";
14291435
reg = <0x17a80000 0x00001000>;
1436+
/* TODO: update once support for this CMU exists */
1437+
clocks = <0>;
1438+
clock-names = "pclk";
14301439
};
14311440

14321441
cmu_top: clock-controller@1e080000 {

0 commit comments

Comments
 (0)