From: Johan Jonker <hidden> Date: 2020-05-12 20:35:37
The defines RK_FUNC_1 and RK_FUNC_2 are deprecated,
so replace them with the preferred form.
Restyle properties in the same line.
Signed-off-by: Johan Jonker <redacted>
---
arch/arm64/boot/dts/rockchip/rk3326-odroid-go2.dts | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
From: Johan Jonker <hidden> Date: 2020-05-12 20:35:43
The Rockchip dtsi and dts files have been bulk-converted for the
remaining raw gpio numbers into their descriptive counterparts and
also got rid of the unhelpful RK_FUNC_x -> x and RK_GPIOx -> x
mappings, so update the example as well.
Signed-off-by: Johan Jonker <redacted>
---
Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
On Tue, May 12, 2020 at 10:35 PM Johan Jonker [off-list ref] wrote:
The Rockchip dtsi and dts files have been bulk-converted for the
remaining raw gpio numbers into their descriptive counterparts and
also got rid of the unhelpful RK_FUNC_x -> x and RK_GPIOx -> x
mappings, so update the example as well.
Signed-off-by: Johan Jonker <redacted>
This patch applied to the pinctrl tree.
Yours,
Linus Walleij
From: Johan Jonker <hidden> Date: 2020-05-12 20:35:44
The Rockchip dtsi and dts files have been bulk-converted for the
remaining raw gpio numbers into their descriptive counterparts and
also got rid of the unhelpful RK_FUNC_x -> x and RK_GPIOx -> x
mappings, so remove the unused defines in 'rockchip.h' to prevent
that someone start using them again.
Signed-off-by: Johan Jonker <redacted>
---
include/dt-bindings/pinctrl/rockchip.h | 11 -----------
1 file changed, 11 deletions(-)
On Tue, May 12, 2020 at 10:35 PM Johan Jonker [off-list ref] wrote:
The Rockchip dtsi and dts files have been bulk-converted for the
remaining raw gpio numbers into their descriptive counterparts and
also got rid of the unhelpful RK_FUNC_x -> x and RK_GPIOx -> x
mappings, so remove the unused defines in 'rockchip.h' to prevent
that someone start using them again.
Signed-off-by: Johan Jonker <redacted>
Acked-by: Linus Walleij <redacted>
I think patch 1 & 3 needs to be applied to the Rockchip tree.
Yours,
Linus Walleij