diff options
| author | Christian Lamparter | 2020-08-12 16:23:10 +0000 |
|---|---|---|
| committer | Christian Lamparter | 2020-08-29 15:14:42 +0000 |
| commit | b15420fc6c55bccb4c773e5c095a07eb30459bcb (patch) | |
| tree | 1e135a8fb4ff9429a1a9eeacf9608cae8c0cf38e | |
| parent | 90909ef4ba85084d032b30f59c0bc72e45aaf60e (diff) | |
| download | openwrt-b15420fc6c55bccb4c773e5c095a07eb30459bcb.tar.gz | |
apm821xx: add missing cells-values for IIC1
These are copied over from the IIC0.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
| -rw-r--r-- | target/linux/apm821xx/dts/apm82181.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/apm821xx/dts/apm82181.dtsi b/target/linux/apm821xx/dts/apm82181.dtsi index d17e269a55..27ec5c3ac9 100644 --- a/target/linux/apm821xx/dts/apm82181.dtsi +++ b/target/linux/apm821xx/dts/apm82181.dtsi @@ -306,6 +306,8 @@ reg = <0xef600800 0x00000014>; interrupt-parent = <&UIC0>; interrupts = <0x03 IRQ_TYPE_LEVEL_HIGH>; + #address-cells = <1>; + #size-cells = <0>; status = "disabled"; }; |