aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Chen <ryan_chen@aspeedtech.com>2023-01-30 14:19:25 +0800
committerHeiko Schocher <hs@denx.de>2023-02-13 09:57:58 +0100
commit87f5b5d6830959991b77bcd8392a5a7e6a55c217 (patch)
tree7bbe68dd23eb37f41875a7cb16201189528f7109
parent4088f5fce86dd02194f38587fefaa86762897387 (diff)
downloadu-boot-87f5b5d6830959991b77bcd8392a5a7e6a55c217.zip
u-boot-87f5b5d6830959991b77bcd8392a5a7e6a55c217.tar.gz
u-boot-87f5b5d6830959991b77bcd8392a5a7e6a55c217.tar.bz2
arm: aspeed: dtsi: add reg for i2c
The i2c driver have global register that i2c bus use ofnode_get_parent to get parent register address. Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com> Reviewed-by: Heiko Schocher <hs@denx.de>
-rw-r--r--arch/arm/dts/ast2600.dtsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/ast2600.dtsi b/arch/arm/dts/ast2600.dtsi
index 8d91eed..beabcf1 100644
--- a/arch/arm/dts/ast2600.dtsi
+++ b/arch/arm/dts/ast2600.dtsi
@@ -681,6 +681,7 @@
i2c: bus@1e78a000 {
compatible = "simple-bus";
+ reg = <0x1e78a000 0x1000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x1e78a000 0x1000>;