Commit c210b918 authored by Conor Dooley's avatar Conor Dooley

riscv: dts: microchip: fix fabric i2c reg size

The size of the reg should've been changed when the address was changed,
but obviously I forgot to do so.

Fixes: ab291621 ("riscv: dts: microchip: icicle: re-jig fabric peripheral addresses")
Signed-off-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent 6c119330
......@@ -16,7 +16,7 @@ core_pwm0: pwm@40000000 {
i2c2: i2c@40000200 {
compatible = "microchip,corei2c-rtl-v7";
reg = <0x0 0x40000200 0x0 0x1000>;
reg = <0x0 0x40000200 0x0 0x100>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&fabric_clk3>;
......
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