projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb1a2e
)
ARM: dts: aspeed: tacoma: Add IBM Operation Panel I2C device
author
Eddie James
<eajames@linux.ibm.com>
Tue, 8 Sep 2020 20:01:00 +0000
(15:01 -0500)
committer
Joel Stanley
<joel@jms.id.au>
Wed, 9 Sep 2020 06:58:37 +0000
(16:28 +0930)
Set I2C bus 0 to multi-master mode and add the panel device that will
register as a slave.
Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link:
https://lore.kernel.org/r/20200908200101.64974-5-eajames@linux.ibm.com
Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
index 5f4ee67ac787be438197533c061aeef07dcf7e77..4d070d6ba09f99ed46b513ccc5ccd3ad6f2fa10f 100644
(file)
--- a/
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
+++ b/
arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
@@
-4,6
+4,7
@@
#include "aspeed-g6.dtsi"
#include <dt-bindings/gpio/aspeed-gpio.h>
+#include <dt-bindings/i2c/i2c.h>
#include <dt-bindings/leds/leds-pca955x.h>
/ {
@@
-438,7
+439,13
@@
};
&i2c0 {
+ multi-master;
status = "okay";
+
+ ibm-panel@62 {
+ compatible = "ibm,op-panel";
+ reg = <(0x62 | I2C_OWN_SLAVE_ADDRESS)>;
+ };
};
&i2c1 {