diff options
author | Fabio Estevam <festevam@denx.de> | 2023-08-04 04:09:46 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-08-06 14:34:58 +0200 |
commit | ebb8dbec1074fc97aca337f30d387d9e8df2f458 (patch) | |
tree | c068c025b1051db99023847dd9042826498031be /arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi | |
parent | arm64: dts: ls1028a: add l1 and l2 cache info (diff) | |
download | linux-ebb8dbec1074fc97aca337f30d387d9e8df2f458.tar.xz linux-ebb8dbec1074fc97aca337f30d387d9e8df2f458.zip |
arm64: dts: imx: Pass a single BD71847 clock entry
Pass a single BD71847 clock entry to fix the following schema
warning:
imx8mm-var-som-symphony.dtb: pmic@4b: clocks: [[22], [0]] is too long
from schema $id: http://devicetree.org/schemas/mfd/rohm,bd71847-pmic.yaml#
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi index 201325f566cb..f264102bdb27 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi @@ -112,7 +112,7 @@ rohm,reset-snvs-powered; #clock-cells = <0>; - clocks = <&osc_32k 0>; + clocks = <&osc_32k>; clock-output-names = "clk-32k-out"; regulators { |