arm64: dts: imx8mm-evk: correct pmic clock source
[ Upstream commit85af7ffd24] The osc_32k supports #clock-cells as 0, using an id is wrong, drop it. Fixes:a6a355ede5("arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC") Signed-off-by: Peng Fan <peng.fan@nxp.com> Reviewed-by: Marco Felsch <m.felsch@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
2c06e904c2
commit
08b78037c4
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@
|
|||
rohm,reset-snvs-powered;
|
||||
|
||||
#clock-cells = <0>;
|
||||
clocks = <&osc_32k 0>;
|
||||
clocks = <&osc_32k>;
|
||||
clock-output-names = "clk-32k-out";
|
||||
|
||||
regulators {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue