From mboxrd@z Thu Jan 1 00:00:00 1970 From: heiko@sntech.de (Heiko =?ISO-8859-1?Q?St=FCbner?=) Date: Mon, 05 Mar 2018 22:08:14 +0100 Subject: [PATCH] ARM: dts: rockchip: Add dp83867 CLK_OUT muxing In-Reply-To: <3380975.Amu1WGHSQ5@diego> References: <1520253911-46218-1-git-send-email-d.schultz@phytec.de> <3380975.Amu1WGHSQ5@diego> Message-ID: <2707703.8mZIocJ1Ne@diego> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am Montag, 5. M?rz 2018, 21:25:30 CET schrieb Heiko St?bner: > Am Montag, 5. M?rz 2018, 13:45:11 CET schrieb Daniel Schultz: > > The CLK_O_SEL default is synchronous to XI input clock, which is 25 MHz. > > Set CLK_O_SEL to channel A transmit clock so we have 125 MHz on CLK_OUT. > > > > Signed-off-by: Daniel Schultz > > applied for 4.17 had to move it to 4.18 though. The change to the dt-binding header goes through the networking tree and will only get merged for 4.17-rc1 . So devicetree changes in a different branch aren't available at this point. One commonly practiced alternative is that you provide a v2 with the actual hex values instead of the constants for 4.17 and a follow-up patch replacing them with the constants that I can apply for 4.18. Heiko