Commit 6c38c39a authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Florian Fainelli

arm64: dts: broadcom: bcm4908: Fix UART clock name

According to the binding the correct clock name is "refclk".

Fixes: 2961f69f ("arm64: dts: broadcom: add BCM4908 and Asus GT-AC5300 early DTS files")
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 6cf9f702
......@@ -292,7 +292,7 @@ uart0: serial@640 {
reg = <0x640 0x18>;
interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&periph_clk>;
clock-names = "periph";
clock-names = "refclk";
status = "okay";
};
......
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