mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
arm: dts: ipq9574: Remove duplicate i2c config
Only i2c aliases will be populated as needed in respective RDP DTS. All i2c nodes will be added in common SOC DTS. Change-Id: I540425c63339f45990231dca84cab6e66af009fb Signed-off-by: Selvam Sathappan Periakaruppan <speriaka@codeaurora.org>
This commit is contained in:
parent
4a0081f07e
commit
24709ce492
4 changed files with 25 additions and 65 deletions
|
|
@ -80,26 +80,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
i2c0: i2c@78BA000 {
|
||||
i2c_gpio {
|
||||
gpio1 {
|
||||
gpio = <48>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio2 {
|
||||
gpio = <49>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nand: nand-controller@79B0000 {
|
||||
status = "okay";
|
||||
nand_gpio {
|
||||
|
|
|
|||
|
|
@ -80,26 +80,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
i2c0: i2c@78BA000 {
|
||||
i2c_gpio {
|
||||
gpio1 {
|
||||
gpio = <48>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio2 {
|
||||
gpio = <49>;
|
||||
func = <1>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
nand: nand-controller@79B0000 {
|
||||
status = "okay";
|
||||
nand_gpio {
|
||||
|
|
|
|||
|
|
@ -21,31 +21,6 @@
|
|||
i2c0 = "/i2c@78B9000";
|
||||
};
|
||||
|
||||
i2c@78B9000 {
|
||||
compatible = "qcom,qup-i2c";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x78B9000 0x600>;
|
||||
clock-frequency = <400000>;
|
||||
i2c_gpio {
|
||||
gpio1 {
|
||||
gpio = <50>;
|
||||
func = <2>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio2 {
|
||||
gpio = <51>;
|
||||
func = <2>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ess-switch {
|
||||
/* Overriding port5 configuration to support SFP instead
|
||||
* of QCA808x.
|
||||
|
|
|
|||
|
|
@ -118,6 +118,31 @@
|
|||
};
|
||||
};
|
||||
|
||||
i2c@78B9000 {
|
||||
compatible = "qcom,qup-i2c";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0x78B9000 0x600>;
|
||||
clock-frequency = <400000>;
|
||||
i2c_gpio {
|
||||
gpio1 {
|
||||
gpio = <50>;
|
||||
func = <2>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
|
||||
gpio2 {
|
||||
gpio = <51>;
|
||||
func = <2>;
|
||||
pull = <GPIO_PULL_UP>;
|
||||
drvstr = <GPIO_8MA>;
|
||||
oe = <GPIO_OE_ENABLE>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
i2c@78B8000 {
|
||||
compatible = "qcom,qup-i2c";
|
||||
#address-cells = <1>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue