Commit 2de782b7 authored by Andrew Jeffery's avatar Andrew Jeffery Committed by Joel Stanley

ARM: dts: aspeed: Cleanup lpc-ctrl and snoop regs

Fix the following warning:

    arch/arm/boot/dts/aspeed-g5.dtsi:409.27-414.8: Warning (unique_unit_address): /ahb/apb/lpc@1e789000/lpc-host@80/lpc-ctrl@0: duplicate unit-address (also used in node /ahb/apb/lpc@1e789000/lpc-host@80/lpc-snoop@0)
Signed-off-by: default avatarAndrew Jeffery <andrew@aj.id.au>
Reviewed-by: default avatarJoel Stanley <joel@jms.id.au>
Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 1d6d2e0d
...@@ -346,14 +346,14 @@ lpc_host: lpc-host@80 { ...@@ -346,14 +346,14 @@ lpc_host: lpc-host@80 {
lpc_ctrl: lpc-ctrl@0 { lpc_ctrl: lpc-ctrl@0 {
compatible = "aspeed,ast2400-lpc-ctrl"; compatible = "aspeed,ast2400-lpc-ctrl";
reg = <0x0 0x80>; reg = <0x0 0x10>;
clocks = <&syscon ASPEED_CLK_GATE_LCLK>; clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
status = "disabled"; status = "disabled";
}; };
lpc_snoop: lpc-snoop@0 { lpc_snoop: lpc-snoop@10 {
compatible = "aspeed,ast2400-lpc-snoop"; compatible = "aspeed,ast2400-lpc-snoop";
reg = <0x0 0x80>; reg = <0x10 0x8>;
interrupts = <8>; interrupts = <8>;
status = "disabled"; status = "disabled";
}; };
......
...@@ -460,14 +460,14 @@ kcs4: kcs4@0 { ...@@ -460,14 +460,14 @@ kcs4: kcs4@0 {
lpc_ctrl: lpc-ctrl@0 { lpc_ctrl: lpc-ctrl@0 {
compatible = "aspeed,ast2500-lpc-ctrl"; compatible = "aspeed,ast2500-lpc-ctrl";
reg = <0x0 0x80>; reg = <0x0 0x10>;
clocks = <&syscon ASPEED_CLK_GATE_LCLK>; clocks = <&syscon ASPEED_CLK_GATE_LCLK>;
status = "disabled"; status = "disabled";
}; };
lpc_snoop: lpc-snoop@0 { lpc_snoop: lpc-snoop@10 {
compatible = "aspeed,ast2500-lpc-snoop"; compatible = "aspeed,ast2500-lpc-snoop";
reg = <0x0 0x80>; reg = <0x10 0x8>;
interrupts = <8>; interrupts = <8>;
status = "disabled"; status = "disabled";
}; };
......
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