Message ID | 20190722140817.21608-2-maxime.ripard@bootlin.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 042c805545d04f8d358475c83a54178da14f60ed |
Headers | show |
Series | [1/2] ARM: dts: sunxi: Unify the DE2 bus clocks order | expand |
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi index 7628a7c83096..0f571798fc95 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi @@ -215,7 +215,7 @@ #dma-cells = <1>; }; - sid: sid@3006000 { + sid: efuse@3006000 { compatible = "allwinner,sun50i-h6-sid"; reg = <0x03006000 0x400>; };
The SID node one the H6 doesn't have a standard node name. Switch to the one we use for the other SoCs. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> --- arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)