]> Git Repo - J-u-boot.git/commitdiff
arm64: zynqmp: Added new tps53679 compatible string for a2197-0x boards
authorNishant Mittal <[email protected]>
Wed, 24 Jul 2019 09:28:52 +0000 (14:58 +0530)
committerMichal Simek <[email protected]>
Thu, 24 Oct 2019 11:37:01 +0000 (13:37 +0200)
Added tps53679 compatible string to tps53681. They are both compatible to
each other and tps53679 has Linux driver already.

Signed-off-by: Nishant Mittal <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
arch/arm/dts/zynqmp-g-a2197-00-revA.dts
arch/arm/dts/zynqmp-m-a2197-01-revA.dts
arch/arm/dts/zynqmp-p-a2197-00-revA.dts

index 3616ddc2a78cbf328c5d9c5306ea9522bd37c2b0..09da60b1007283fdee8af8b454fe318cbac655c2 100644 (file)
                                shunt-resistor = <5000>;
                        };
                        tps53681@c0 { /* u53 - FIXME name - don't know what it does - also vcc_io_soc */
-                               compatible = "ti,tps53681"; /* FIXME no linux driver */
+                               compatible = "ti,tps53681", "ti,tps53679";
                                reg = <0xc0>;
                        };
                };
index 889491456aa41aafa5f4069fe0ac25fdf5ad78dc..4215b08bec8b6e63f94f9386035589358fb3c4eb 100644 (file)
                        #size-cells = <0>;
                        reg = <2>;
                        reg_vccint: tps53681@c0 { /* u69 */
-                               compatible = "ti,tps53681"; /* FIXME no linux driver */
+                               compatible = "ti,tps53681", "ti,tps53679";
                                reg = <0xc0>;
                        };
                        reg_vcc_pmc: tps544@7 { /* u80 */
index 956a68da464c3e2c8fed057aa4190d7991bd6619..bb9ecf8c67810be2d61e5a4e81c8d98f39a08597 100644 (file)
                                reg = <0xa>;
                        };
                        reg_vccint: tps53681@60 { /* u70 - FIXME name - don't know what it does - also vcc_io_soc */
-                               compatible = "ti,tps53681"; /* FIXME no linux driver */
+                               compatible = "ti,tps53681", "ti,tps53679";
                                reg = <0x60>;
                                /* vccint, vcc_io_soc */
                        };
This page took 0.041323 seconds and 4 git commands to generate.