diff for duplicates of <3857132.MlRd14rs7I@ada> diff --git a/a/1.txt b/N1/1.txt index d23223e..85cdb84 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,12 +18,12 @@ I use EBI with at91sam9g20 and custom FPGA on CS5 (0x6000000) and CS7 > I have something like that in my DTS, but not sure this is the correct > way to do it : > -> ebi: ebi at 10000000 { +> ebi: ebi@10000000 { > pinctrl-0 = <&pinctrl_ebi_nand_addr>; > pinctrl-names = "default"; > status = "okay"; > -> dsp0: pef24628 at 1 { +> dsp0: pef24628@1 { > status = "okay"; > compatible = "intel,pef24628"; > #address-cells = <1>; @@ -32,7 +32,7 @@ I use EBI with at91sam9g20 and custom FPGA on CS5 (0x6000000) and CS7 > pinctrl-0 = <&pinctrl_dsp_cs1>; > }; > -> dsp1: pef24628 at 2 { +> dsp1: pef24628@2 { > status = "okay"; > compatible = "intel,pef24628"; > #address-cells = <1>; @@ -55,7 +55,7 @@ Maybe that's different on sama5d3? I would check it again. Probably. This is what I have for the at91sam9g20: - pinctrl at fffff400 { + pinctrl@fffff400 { ebi { pinctrl_ebi_cs5: ebi-cs5-0 { atmel,pins = @@ -81,7 +81,7 @@ Probably. This is what I have for the at91sam9g20: As Ludovic said, you should check the settings and timings for the external memory interface. This could look more or less similar to that: - foo_bar: foo-bar at 5,0 { + foo_bar: foo-bar@5,0 { status = "okay"; pinctrl-0 = <&pinctrl_ebi_cs5>; pinctrl-names = "default"; diff --git a/a/content_digest b/N1/content_digest index 0d43cde..f9b4fcf 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,12 @@ "ref\0CAL8zT=imudTXvbsxx42mPSQj7Qt1b=44wnPHpb09-sOqLewu-w@mail.gmail.com\0" - "From\0ada@thorsis.com (Alexander Dahl)\0" - "Subject\0sama5d: using the ebi interface from another driver\0" + "From\0Alexander Dahl <ada@thorsis.com>\0" + "Subject\0Re: sama5d: using the ebi interface from another driver\0" "Date\0Tue, 06 Nov 2018 10:57:11 +0100\0" "To\0linux-arm-kernel@lists.infradead.org\0" + "Cc\0Jean-Michel Hautbois <jhautbois@gmail.com>" + boris.brezillon@bootlin.com + Nicolas Ferre <nicolas.ferre@atmel.com> + " linux-kernel <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "Hei hei,\n" @@ -25,12 +29,12 @@ "> I have something like that in my DTS, but not sure this is the correct\n" "> way to do it :\n" "> \n" - "> ebi: ebi at 10000000 {\n" + "> ebi: ebi@10000000 {\n" "> pinctrl-0 = <&pinctrl_ebi_nand_addr>;\n" "> pinctrl-names = \"default\";\n" "> status = \"okay\";\n" "> \n" - "> dsp0: pef24628 at 1 {\n" + "> dsp0: pef24628@1 {\n" "> status = \"okay\";\n" "> compatible = \"intel,pef24628\";\n" "> #address-cells = <1>;\n" @@ -39,7 +43,7 @@ "> pinctrl-0 = <&pinctrl_dsp_cs1>;\n" "> };\n" "> \n" - "> dsp1: pef24628 at 2 {\n" + "> dsp1: pef24628@2 {\n" "> status = \"okay\";\n" "> compatible = \"intel,pef24628\";\n" "> #address-cells = <1>;\n" @@ -62,7 +66,7 @@ "\n" "Probably. This is what I have for the at91sam9g20:\n" "\n" - " pinctrl at fffff400 { \n" + " pinctrl@fffff400 { \n" " ebi { \n" " pinctrl_ebi_cs5: ebi-cs5-0 { \n" " atmel,pins = \n" @@ -88,7 +92,7 @@ "As Ludovic said, you should check the settings and timings for the external \n" "memory interface. This could look more or less similar to that:\n" "\n" - " foo_bar: foo-bar at 5,0 { \n" + " foo_bar: foo-bar@5,0 { \n" " status = \"okay\"; \n" " pinctrl-0 = <&pinctrl_ebi_cs5>; \n" " pinctrl-names = \"default\"; \n" @@ -122,4 +126,4 @@ "HTH & Greets\n" Alex -dc5307d7f55ef7eca57c73a595e4cd235d0c2fa408a542adf085da5007be312d +f3413a789d7cf381368d7ce161f40b991780563c41874b607f3f3b03315f11ea
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.