Commit fb18539b authored by Robert Jarzmik's avatar Robert Jarzmik

ARM: dts: pxa: fix power i2c definition

Add the correct address and size to the device-tree description.
Signed-off-by: default avatarRobert Jarzmik <robert.jarzmik@free.fr>
parent 0ec19396
......@@ -67,6 +67,8 @@ pwri2c: i2c@40f000180 {
reg = <0x40f00180 0x24>;
interrupts = <6>;
clocks = <&clks CLK_PWRI2C>;
#address-cells = <0x1>;
#size-cells = <0>;
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