Skip to content

Commit 195cf4d

Browse files
committed
ARM: dts: aspeed: rainier: Remove duplicate i2c busses
This is a revert of "ARM: dts: aspeed: rainier: Add i2c devices", which was already applied to the tree. Fixes: 9c44db7 ("ARM: dts: aspeed: rainier: Add i2c devices") Reviewed-by: Jim Wright <wrightj@linux.vnet.ibm.com> Tested-by: Jim Wright <wrightj@linux.vnet.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
1 parent 87c5947 commit 195cf4d

1 file changed

Lines changed: 0 additions & 365 deletions

File tree

arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Lines changed: 0 additions & 365 deletions
Original file line numberDiff line numberDiff line change
@@ -519,371 +519,6 @@
519519
status = "okay";
520520
};
521521

522-
&i2c13 {
523-
status = "okay";
524-
};
525-
526-
&i2c14 {
527-
status = "okay";
528-
};
529-
530-
&i2c15 {
531-
status = "okay";
532-
};
533-
534-
&i2c0 {
535-
status = "okay";
536-
};
537-
538-
&i2c1 {
539-
status = "okay";
540-
};
541-
542-
&i2c2 {
543-
status = "okay";
544-
};
545-
546-
&i2c3 {
547-
status = "okay";
548-
549-
power-supply@68 {
550-
compatible = "ibm,cffps2";
551-
reg = <0x68>;
552-
};
553-
554-
power-supply@69 {
555-
compatible = "ibm,cffps2";
556-
reg = <0x69>;
557-
};
558-
559-
power-supply@6a {
560-
compatible = "ibm,cffps2";
561-
reg = <0x6a>;
562-
};
563-
564-
power-supply@6b {
565-
compatible = "ibm,cffps2";
566-
reg = <0x6b>;
567-
};
568-
};
569-
570-
&i2c4 {
571-
status = "okay";
572-
573-
tmp275@48 {
574-
compatible = "ti,tmp275";
575-
reg = <0x48>;
576-
};
577-
578-
tmp275@49 {
579-
compatible = "ti,tmp275";
580-
reg = <0x49>;
581-
};
582-
583-
tmp275@4a {
584-
compatible = "ti,tmp275";
585-
reg = <0x4a>;
586-
};
587-
};
588-
589-
&i2c5 {
590-
status = "okay";
591-
592-
tmp275@48 {
593-
compatible = "ti,tmp275";
594-
reg = <0x48>;
595-
};
596-
597-
tmp275@49 {
598-
compatible = "ti,tmp275";
599-
reg = <0x49>;
600-
};
601-
};
602-
603-
&i2c6 {
604-
status = "okay";
605-
606-
tmp275@48 {
607-
compatible = "ti,tmp275";
608-
reg = <0x48>;
609-
};
610-
611-
tmp275@4a {
612-
compatible = "ti,tmp275";
613-
reg = <0x4a>;
614-
};
615-
616-
tmp275@4b {
617-
compatible = "ti,tmp275";
618-
reg = <0x4b>;
619-
};
620-
};
621-
622-
&i2c7 {
623-
status = "okay";
624-
625-
si7021-a20@20 {
626-
compatible = "silabs,si7020";
627-
reg = <0x20>;
628-
};
629-
630-
tmp275@48 {
631-
compatible = "ti,tmp275";
632-
reg = <0x48>;
633-
};
634-
635-
max31785@52 {
636-
compatible = "maxim,max31785a";
637-
reg = <0x52>;
638-
#address-cells = <1>;
639-
#size-cells = <0>;
640-
641-
fan@0 {
642-
compatible = "pmbus-fan";
643-
reg = <0>;
644-
tach-pulses = <2>;
645-
};
646-
647-
fan@1 {
648-
compatible = "pmbus-fan";
649-
reg = <1>;
650-
tach-pulses = <2>;
651-
};
652-
653-
fan@2 {
654-
compatible = "pmbus-fan";
655-
reg = <2>;
656-
tach-pulses = <2>;
657-
};
658-
659-
fan@3 {
660-
compatible = "pmbus-fan";
661-
reg = <3>;
662-
tach-pulses = <2>;
663-
};
664-
};
665-
666-
pca0: pca9552@60 {
667-
compatible = "nxp,pca9552";
668-
reg = <0x60>;
669-
#address-cells = <1>;
670-
#size-cells = <0>;
671-
672-
gpio-controller;
673-
#gpio-cells = <2>;
674-
675-
gpio@0 {
676-
reg = <0>;
677-
};
678-
679-
gpio@1 {
680-
reg = <1>;
681-
};
682-
683-
gpio@2 {
684-
reg = <2>;
685-
};
686-
687-
gpio@3 {
688-
reg = <3>;
689-
};
690-
691-
gpio@4 {
692-
reg = <4>;
693-
};
694-
695-
gpio@5 {
696-
reg = <5>;
697-
};
698-
699-
gpio@6 {
700-
reg = <6>;
701-
};
702-
703-
gpio@7 {
704-
reg = <7>;
705-
};
706-
707-
gpio@8 {
708-
reg = <8>;
709-
};
710-
711-
gpio@9 {
712-
reg = <9>;
713-
};
714-
715-
gpio@10 {
716-
reg = <10>;
717-
};
718-
719-
gpio@11 {
720-
reg = <11>;
721-
};
722-
723-
gpio@12 {
724-
reg = <12>;
725-
};
726-
727-
gpio@13 {
728-
reg = <13>;
729-
};
730-
731-
gpio@14 {
732-
reg = <14>;
733-
};
734-
735-
gpio@15 {
736-
reg = <15>;
737-
};
738-
};
739-
740-
dps: dps310@76 {
741-
compatible = "infineon,dps310";
742-
reg = <0x76>;
743-
#io-channel-cells = <0>;
744-
};
745-
};
746-
747-
&i2c8 {
748-
status = "okay";
749-
750-
ucd90320@b {
751-
compatible = "ti,ucd90160";
752-
reg = <0x0b>;
753-
};
754-
755-
ucd90320@c {
756-
compatible = "ti,ucd90160";
757-
reg = <0x0c>;
758-
};
759-
760-
ucd90320@11 {
761-
compatible = "ti,ucd90160";
762-
reg = <0x11>;
763-
};
764-
765-
rtc@32 {
766-
compatible = "epson,rx8900";
767-
reg = <0x32>;
768-
};
769-
770-
tmp275@48 {
771-
compatible = "ti,tmp275";
772-
reg = <0x48>;
773-
};
774-
775-
tmp275@4a {
776-
compatible = "ti,tmp275";
777-
reg = <0x4a>;
778-
};
779-
};
780-
781-
&i2c9 {
782-
status = "okay";
783-
784-
ir35221@42 {
785-
compatible = "infineon,ir35221";
786-
reg = <0x42>;
787-
};
788-
789-
ir35221@43 {
790-
compatible = "infineon,ir35221";
791-
reg = <0x43>;
792-
};
793-
794-
ir35221@44 {
795-
compatible = "infineon,ir35221";
796-
reg = <0x44>;
797-
};
798-
799-
tmp423a@4c {
800-
compatible = "ti,tmp423";
801-
reg = <0x4c>;
802-
};
803-
804-
tmp423b@4d {
805-
compatible = "ti,tmp423";
806-
reg = <0x4d>;
807-
};
808-
809-
ir35221@72 {
810-
compatible = "infineon,ir35221";
811-
reg = <0x72>;
812-
};
813-
814-
ir35221@73 {
815-
compatible = "infineon,ir35221";
816-
reg = <0x73>;
817-
};
818-
819-
ir35221@74 {
820-
compatible = "infineon,ir35221";
821-
reg = <0x74>;
822-
};
823-
};
824-
825-
&i2c10 {
826-
status = "okay";
827-
828-
ir35221@42 {
829-
compatible = "infineon,ir35221";
830-
reg = <0x42>;
831-
};
832-
833-
ir35221@43 {
834-
compatible = "infineon,ir35221";
835-
reg = <0x43>;
836-
};
837-
838-
ir35221@44 {
839-
compatible = "infineon,ir35221";
840-
reg = <0x44>;
841-
};
842-
843-
tmp423a@4c {
844-
compatible = "ti,tmp423";
845-
reg = <0x4c>;
846-
};
847-
848-
tmp423b@4d {
849-
compatible = "ti,tmp423";
850-
reg = <0x4d>;
851-
};
852-
853-
ir35221@72 {
854-
compatible = "infineon,ir35221";
855-
reg = <0x72>;
856-
};
857-
858-
ir35221@73 {
859-
compatible = "infineon,ir35221";
860-
reg = <0x73>;
861-
};
862-
863-
ir35221@74 {
864-
compatible = "infineon,ir35221";
865-
reg = <0x74>;
866-
};
867-
};
868-
869-
&i2c11 {
870-
status = "okay";
871-
872-
tmp275@48 {
873-
compatible = "ti,tmp275";
874-
reg = <0x48>;
875-
};
876-
877-
tmp275@49 {
878-
compatible = "ti,tmp275";
879-
reg = <0x49>;
880-
};
881-
};
882-
883-
&i2c12 {
884-
status = "okay";
885-
};
886-
887522
&i2c13 {
888523
status = "okay";
889524

0 commit comments

Comments
 (0)