On 5/23/23 23:13, Fabio Estevam wrote:
Hi Marek,
Hi,
On Tue, May 23, 2023 at 10:32 AM Marek Vasut <marex@xxxxxxx> wrote:
It might be simple to add this functionality to the core, could you
please take a quick look ?
If I do the following change:
--- a/arch/arm/boot/dts/imx6sx.dtsi
+++ b/arch/arm/boot/dts/imx6sx.dtsi
@@ -842,7 +842,7 @@ iomuxc: pinctrl@20e0000 {
};
gpr: syscon@20e4000 {
- compatible = "fsl,imx6sx-iomuxc-gpr", "syscon";
+ compatible = "fsl,imx6sx-iomuxc-gpr",
"syscon", "simple-mfd";
#address-cells = <1>;
#size-cells = <1>;
reg = <0x020e4000 0x4000>;
Then I can get rid of this drivers/soc/imx/imx6sx-gpr.c completely.
Would you agree with this approach?
Wasn't this already rejected by Krzysztof ?