diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2020-08-12 18:23:10 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2020-08-29 17:14:42 +0200 |
commit | b15420fc6c55bccb4c773e5c095a07eb30459bcb (patch) | |
tree | 1e135a8fb4ff9429a1a9eeacf9608cae8c0cf38e /target/linux/apm821xx | |
parent | 90909ef4ba85084d032b30f59c0bc72e45aaf60e (diff) | |
download | upstream-b15420fc6c55bccb4c773e5c095a07eb30459bcb.tar.gz upstream-b15420fc6c55bccb4c773e5c095a07eb30459bcb.tar.bz2 upstream-b15420fc6c55bccb4c773e5c095a07eb30459bcb.zip |
apm821xx: add missing cells-values for IIC1
These are copied over from the IIC0.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/apm821xx')
-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"; }; |