[openwrt/openwrt] apm821xx: add missing cells-values for IIC1

LEDE Commits lede-commits at lists.infradead.org
Sat Aug 29 11:16:00 EDT 2020


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b15420fc6c55bccb4c773e5c095a07eb30459bcb

commit b15420fc6c55bccb4c773e5c095a07eb30459bcb
Author: Christian Lamparter <chunkeey at gmail.com>
AuthorDate: Wed Aug 12 18:23:10 2020 +0200

    apm821xx: add missing cells-values for IIC1
    
    These are copied over from the IIC0.
    
    Signed-off-by: Christian Lamparter <chunkeey at gmail.com>
---
 target/linux/apm821xx/dts/apm82181.dtsi | 2 ++
 1 file changed, 2 insertions(+)

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";
 			};
 



More information about the lede-commits mailing list